#8478CD

Color #8478CD Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8478CD

Tints of Moody Blue #8478CD

Color information

#8478CD (or 0x8478CD) is unknown color: approx Moody Blue. HEX triplet: 84, 78 and CD. RGB value is (132,120,205). Sum of RGB (Red+Green+Blue) = 132+120+205=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #8478CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478CD is #7B8732. Grayscale: #848484. Windows color (decimal): -8095539 or 13465732. OLE color: 13465732.

HSL color Cylindrical-coordinate representation of color #8478CD: hue angle of 248.47º degrees, saturation: 0.46, 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 #8478CD is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132120205-
CMYK0.360.4100.20
HSL248.47º45.95%63.73%-
HSV(B)248.47º41.46%80.39%-
XYZ27.2522.7560.71-
YUV133.28168.48127.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=28.88%
G=26.26%
B=44.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321202050.360.4100.20248.4745.9563.73
Hex8478CD2429014f82e40
Octal204170315445102437056100
Binary10000100111100011001101100100101001010100111110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8478CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8478CD;
 }
 .AnyTagClassName
 {
   color: #8478CD;
 }
</style>
background-color css

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

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

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

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

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

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