Html Css Color HEX #8472CE Moody Blue

📋 copy color: '#8472CE'

red 132 ◦ green 114 ◦ blue 206

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

Shades of Moody Blue #8472CE

Tints of Moody Blue #8472CE

RGB

 RED value IS 132 (51.95% from 255) = 29.2%

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 29.2%
G = 25.22%
B = 45.58%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8472CE (or 0x8472CE) is known color: Moody Blue. HEX triplet: 84, 72 and CE. RGB value is (132,114,206). Sum of RGB (Red+Green+Blue) = 132+114+206=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #8472CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472CE is #7B8D31. Grayscale: #818181. Windows color (decimal): -8097074 or 13529732. OLE color: 13529732.

HSL color Cylindrical-coordinate representation of color #8472CE: hue angle of 251.74º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8472CE is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 114 206 -
CMYK 0.36 0.45 0 0.19
HSL 251.74º 0.48% 0.63% -
HSV(B) 251.74º 0.45% 0.81% -
XYZ 26.67 21.4 61.12 -
YUV 129.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 132 114 206 0.36 0.45 0 0.19 251.74 0.48 0.63
Hex 84 72 CE 24 2D 0 13 FC 30 3F
Octal 204 162 316 44 55 0 23 374 60 77
Binary 10000100 1110010 11001110 100100 101101 0 10011 11111100 110000 111111

Color Harmonies of #8472CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8472CE

Black with #8472CE

Text Example


Text Example

White with #8472CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8472CE; }

 p { color: rgb(132,114,206); }

 H1.HeaderClassName
 {
   color: #8472CE;
 }
 .AnyTagClassName
 {
   color: #8472CE;
 }
</style>

background-color css

<style>
 a { background-color: #8472CE; }

 a { background-color: rgb(132,114,206); }

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

border-color css

<style>
 span { border-color: #8472CE; }

 span { border-color: rgb(132,114,206); }

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