#8B78CD

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

Shades of Moody Blue #8B78CD

Tints of Moody Blue #8B78CD

Color information

#8B78CD (or 0x8B78CD) is unknown color: approx Moody Blue. HEX triplet: 8B, 78 and CD. RGB value is (139,120,205). Sum of RGB (Red+Green+Blue) = 139+120+205=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B78CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B78CD is #748732. Grayscale: #878787. Windows color (decimal): -7636787 or 13465739. OLE color: 13465739.

HSL color Cylindrical-coordinate representation of color #8B78CD: hue angle of 253.41º 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 #8B78CD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139120205-
CMYK0.320.4100.20
HSL253.41º45.95%63.73%-
HSV(B)253.41º41.46%80.39%-
XYZ28.3823.3360.76-
YUV135.37167.29130.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.96%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=29.96%
G=25.86%
B=44.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391202050.320.4100.20253.4145.9563.73
Hex8B78CD2029014fd2e40
Octal213170315405102437556100
Binary10001011111100011001101100000101001010100111111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B78CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B78CD; }

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

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

<style>
 a { background-color: #8B78CD; }

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

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

<style>
 span { border-color: #8B78CD; }

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

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