#8578BB

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

Shades of Moody Blue #8578BB

Tints of Moody Blue #8578BB

Color information

#8578BB (or 0x8578BB) is unknown color: approx Moody Blue. HEX triplet: 85, 78 and BB. RGB value is (133,120,187). Sum of RGB (Red+Green+Blue) = 133+120+187=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #8578BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578BB is #7A8744. Grayscale: #838383. Windows color (decimal): -8030021 or 12286085. OLE color: 12286085.

HSL color Cylindrical-coordinate representation of color #8578BB: hue angle of 251.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8578BB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133120187-
CMYK0.290.3600.27
HSL251.64º33%60.2%-
HSV(B)251.64º35.83%73.33%-
XYZ25.3622.0149.92-
YUV131.52159.31129.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=30.23%
G=27.27%
B=42.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331201870.290.3600.27251.643360.2
Hex8578BB1D2401Bfc213c
Octal20517027335440333744174
Binary100001011111000101110111110110010001101111111100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8578BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8578BB; }

 p { color: rgb(133,120,187); }

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

<style>
 a { background-color: #8578BB; }

 a { background-color: rgb(133,120,187); }

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

<style>
 span { border-color: #8578BB; }

 span { border-color: rgb(133,120,187); }

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