#8578CF

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

Shades of Moody Blue #8578CF

Tints of Moody Blue #8578CF

Color information

#8578CF (or 0x8578CF) is unknown color: approx Moody Blue. HEX triplet: 85, 78 and CF. RGB value is (133,120,207). Sum of RGB (Red+Green+Blue) = 133+120+207=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #8578CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578CF is #7A8730. Grayscale: #858585. Windows color (decimal): -8030001 or 13596805. OLE color: 13596805.

HSL color Cylindrical-coordinate representation of color #8578CF: hue angle of 248.97º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8578CF is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133120207-
CMYK0.360.4200.19
HSL248.97º47.54%64.12%-
HSV(B)248.97º42.03%81.18%-
XYZ27.6522.9262-
YUV133.8169.31127.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 207 (81.25% from 255) = 45%
R=28.91%
G=26.09%
B=45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331202070.360.4200.19248.9747.5464.12
Hex8578CF242A013f93040
Octal205170317445202337160100
Binary10000101111100011001111100100101010010011111110011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8578CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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