Html Css Color HEX #837FDC Moody Blue

📋 copy color: '#837FDC'

red 131 ◦ green 127 ◦ blue 220

#837FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #837FDC

Tints of Moody Blue #837FDC

RGB

 RED value IS 131 (51.56% from 255) = 27.41%

 GREEN value IS 127 (50% from 255) = 26.57%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 27.41%
G = 26.57%
B = 46.03%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#837FDC (or 0x837FDC) is known color: Moody Blue. HEX triplet: 83, 7F and DC. RGB value is (131,127,220). Sum of RGB (Red+Green+Blue) = 131+127+220=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #837FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FDC is #7C8023. Grayscale: #8A8A8A. Windows color (decimal): -8159268 or 14450563. OLE color: 14450563.

HSL color Cylindrical-coordinate representation of color #837FDC: hue angle of 242.58º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #837FDC is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 127 220 -
CMYK 0.40 0.42 0 0.14
HSL 242.58º 0.57% 0.68% -
HSV(B) 242.58º 0.42% 0.86% -
XYZ 29.87 25.17 70.99 -
YUV 138.8 173.83 122.44 -
System Red Green Blue C M Y K H S L
Decimal 131 127 220 0.40 0.42 0 0.14 242.58 0.57 0.68
Hex 83 7F DC 28 2A 0 E F3 39 44
Octal 203 177 334 50 52 0 16 363 71 104
Binary 10000011 1111111 11011100 101000 101010 0 1110 11110011 111001 1000100

Color Harmonies of #837FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FDC

Black with #837FDC

Text Example


Text Example

White with #837FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837FDC; }

 p { color: rgb(131,127,220); }

 H1.HeaderClassName
 {
   color: #837FDC;
 }
 .AnyTagClassName
 {
   color: #837FDC;
 }
</style>

background-color css

<style>
 a { background-color: #837FDC; }

 a { background-color: rgb(131,127,220); }

 div.DivClassName
 {
   background-color: #837FDC;
 }
 .BgClassName
 {
   background-color: #837FDC;
 }
</style>

border-color css

<style>
 span { border-color: #837FDC; }

 span { border-color: rgb(131,127,220); }

 td.TdClassName
 {
   border-color: #837FDC;
 }
 .TagClassName
 {
   border-color: #837FDC;
 }
</style>