Html Css Color HEX #8472BC Moody Blue

📋 copy color: '#8472BC'

red 132 ◦ green 114 ◦ blue 188

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

Shades of Moody Blue #8472BC

Tints of Moody Blue #8472BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 30.41%
G = 26.27%
B = 43.32%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8472BC (or 0x8472BC) is known color: Moody Blue. HEX triplet: 84, 72 and BC. RGB value is (132,114,188). Sum of RGB (Red+Green+Blue) = 132+114+188=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #8472BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472BC is #7B8D43. Grayscale: #7F7F7F. Windows color (decimal): -8097092 or 12350084. OLE color: 12350084.

HSL color Cylindrical-coordinate representation of color #8472BC: hue angle of 254.59º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8472BC is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 114 188 -
CMYK 0.30 0.39 0 0.26
HSL 254.59º 0.36% 0.59% -
HSV(B) 254.59º 0.39% 0.74% -
XYZ 24.61 20.57 50.25 -
YUV 127.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 132 114 188 0.30 0.39 0 0.26 254.59 0.36 0.59
Hex 84 72 BC 1E 27 0 1A FF 24 3B
Octal 204 162 274 36 47 0 32 377 44 73
Binary 10000100 1110010 10111100 11110 100111 0 11010 11111111 100100 111011

Color Harmonies of #8472BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8472BC

Black with #8472BC

Text Example


Text Example

White with #8472BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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