Html Css Color HEX #8474CC Moody Blue

📋 copy color: '#8474CC'

red 132 ◦ green 116 ◦ blue 204

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

Shades of Moody Blue #8474CC

Tints of Moody Blue #8474CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.66%

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

R = 29.2%
G = 25.66%
B = 45.13%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8474CC (or 0x8474CC) is known color: Moody Blue. HEX triplet: 84, 74 and CC. RGB value is (132,116,204). Sum of RGB (Red+Green+Blue) = 132+116+204=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #8474CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474CC is #7B8B33. Grayscale: #828282. Windows color (decimal): -8096564 or 13399172. OLE color: 13399172.

HSL color Cylindrical-coordinate representation of color #8474CC: hue angle of 250.91º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8474CC is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 116 204 -
CMYK 0.35 0.43 0 0.2
HSL 250.91º 0.46% 0.63% -
HSV(B) 250.91º 0.43% 0.8% -
XYZ 26.66 21.76 59.92 -
YUV 130.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 132 116 204 0.35 0.43 0 0.2 250.91 0.46 0.63
Hex 84 74 CC 23 2B 0 14 FB 2E 3F
Octal 204 164 314 43 53 0 24 373 56 77
Binary 10000100 1110100 11001100 100011 101011 0 10100 11111011 101110 111111

Color Harmonies of #8474CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8474CC

Black with #8474CC

Text Example


Text Example

White with #8474CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,116,204); }

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

background-color css

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

 a { background-color: rgb(132,116,204); }

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

border-color css

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

 span { border-color: rgb(132,116,204); }

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