#8B78D0

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

Shades of Moody Blue #8B78D0

Tints of Moody Blue #8B78D0

Color information

#8B78D0 (or 0x8B78D0) is unknown color: approx Moody Blue. HEX triplet: 8B, 78 and D0. RGB value is (139,120,208). Sum of RGB (Red+Green+Blue) = 139+120+208=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B78D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B78D0 is #74872F. Grayscale: #878787. Windows color (decimal): -7636784 or 13662347. OLE color: 13662347.

HSL color Cylindrical-coordinate representation of color #8B78D0: hue angle of 252.95º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B78D0 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139120208-
CMYK0.330.4200.18
HSL252.95º48.35%64.31%-
HSV(B)252.95º42.31%81.57%-
XYZ28.7523.4862.69-
YUV135.71168.79130.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.76%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=29.76%
G=25.70%
B=44.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391202080.330.4200.18252.9548.3564.31
Hex8B78D0212A012fd3040
Octal213170320415202237560100
Binary10001011111100011010000100001101010010010111111011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B78D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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