Html Css Color HEX #8472CF Moody Blue

📋 copy color: '#8472CF'

red 132 ◦ green 114 ◦ blue 207

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

Shades of Moody Blue #8472CF

Tints of Moody Blue #8472CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 29.14%
G = 25.17%
B = 45.7%

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

#8472CF (or 0x8472CF) is known color: Moody Blue. HEX triplet: 84, 72 and CF. RGB value is (132,114,207). Sum of RGB (Red+Green+Blue) = 132+114+207=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #8472CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472CF is #7B8D30. Grayscale: #818181. Windows color (decimal): -8097073 or 13595268. OLE color: 13595268.

HSL color Cylindrical-coordinate representation of color #8472CF: hue angle of 251.61º degrees, saturation: 0.49, 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 #8472CF is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 114 207 -
CMYK 0.36 0.45 0 0.19
HSL 251.61º 0.49% 0.63% -
HSV(B) 251.61º 0.45% 0.81% -
XYZ 26.8 21.45 61.76 -
YUV 129.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 132 114 207 0.36 0.45 0 0.19 251.61 0.49 0.63
Hex 84 72 CF 24 2D 0 13 FC 31 3F
Octal 204 162 317 44 55 0 23 374 61 77
Binary 10000100 1110010 11001111 100100 101101 0 10011 11111100 110001 111111

Color Harmonies of #8472CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8472CF

Black with #8472CF

Text Example


Text Example

White with #8472CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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