Html Css Color HEX #8470CC Moody Blue

📋 copy color: '#8470CC'

red 132 ◦ green 112 ◦ blue 204

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

Shades of Moody Blue #8470CC

Tints of Moody Blue #8470CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25%

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

R = 29.46%
G = 25%
B = 45.54%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8470CC (or 0x8470CC) is known color: Moody Blue. HEX triplet: 84, 70 and CC. RGB value is (132,112,204). Sum of RGB (Red+Green+Blue) = 132+112+204=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #8470CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470CC is #7B8F33. Grayscale: #808080. Windows color (decimal): -8097588 or 13398148. OLE color: 13398148.

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

Color convert

RGB 132 112 204 -
CMYK 0.35 0.45 0 0.2
HSL 253.04º 0.47% 0.62% -
HSV(B) 253.04º 0.45% 0.8% -
XYZ 26.21 20.85 59.77 -
YUV 128.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 132 112 204 0.35 0.45 0 0.2 253.04 0.47 0.62
Hex 84 70 CC 23 2D 0 14 FD 2F 3E
Octal 204 160 314 43 55 0 24 375 57 76
Binary 10000100 1110000 11001100 100011 101101 0 10100 11111101 101111 111110

Color Harmonies of #8470CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8470CC

Black with #8470CC

Text Example


Text Example

White with #8470CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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