Html Css Color HEX #8372CC Moody Blue

📋 copy color: '#8372CC'

red 131 ◦ green 114 ◦ blue 204

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

Shades of Moody Blue #8372CC

Tints of Moody Blue #8372CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.39%

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 29.18%
G = 25.39%
B = 45.43%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8372CC (or 0x8372CC) is known color: Moody Blue. HEX triplet: 83, 72 and CC. RGB value is (131,114,204). Sum of RGB (Red+Green+Blue) = 131+114+204=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #8372CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372CC is #7C8D33. Grayscale: #818181. Windows color (decimal): -8162612 or 13398659. OLE color: 13398659.

HSL color Cylindrical-coordinate representation of color #8372CC: hue angle of 251.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8372CC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 114 204 -
CMYK 0.36 0.44 0 0.2
HSL 251.33º 0.47% 0.62% -
HSV(B) 251.33º 0.44% 0.8% -
XYZ 26.28 21.22 59.84 -
YUV 129.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 131 114 204 0.36 0.44 0 0.2 251.33 0.47 0.62
Hex 83 72 CC 24 2C 0 14 FB 2F 3E
Octal 203 162 314 44 54 0 24 373 57 76
Binary 10000011 1110010 11001100 100100 101100 0 10100 11111011 101111 111110

Color Harmonies of #8372CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8372CC

Black with #8372CC

Text Example


Text Example

White with #8372CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8372CC; }

 p { color: rgb(131,114,204); }

 H1.HeaderClassName
 {
   color: #8372CC;
 }
 .AnyTagClassName
 {
   color: #8372CC;
 }
</style>

background-color css

<style>
 a { background-color: #8372CC; }

 a { background-color: rgb(131,114,204); }

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

border-color css

<style>
 span { border-color: #8372CC; }

 span { border-color: rgb(131,114,204); }

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