Html Css Color HEX #8478CC Moody Blue

📋 copy color: '#8478CC'

red 132 ◦ green 120 ◦ blue 204

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

Shades of Moody Blue #8478CC

Tints of Moody Blue #8478CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.32%

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

R = 28.95%
G = 26.32%
B = 44.74%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8478CC (or 0x8478CC) is known color: Moody Blue. HEX triplet: 84, 78 and CC. RGB value is (132,120,204). Sum of RGB (Red+Green+Blue) = 132+120+204=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #8478CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478CC is #7B8733. Grayscale: #848484. Windows color (decimal): -8095540 or 13400196. OLE color: 13400196.

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

Color convert

RGB 132 120 204 -
CMYK 0.35 0.41 0 0.2
HSL 248.57º 0.45% 0.64% -
HSV(B) 248.57º 0.41% 0.8% -
XYZ 27.13 22.7 60.08 -
YUV 133.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 132 120 204 0.35 0.41 0 0.2 248.57 0.45 0.64
Hex 84 78 CC 23 29 0 14 F9 2D 40
Octal 204 170 314 43 51 0 24 371 55 100
Binary 10000100 1111000 11001100 100011 101001 0 10100 11111001 101101 1000000

Color Harmonies of #8478CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8478CC

Black with #8478CC

Text Example


Text Example

White with #8478CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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