#8585CA

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

Shades of Moody Blue #8585CA

Tints of Moody Blue #8585CA

Color information

#8585CA (or 0x8585CA) is unknown color: approx Moody Blue. HEX triplet: 85, 85 and CA. RGB value is (133,133,202). Sum of RGB (Red+Green+Blue) = 133+133+202=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #8585CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585CA is #7A7A35. Grayscale: #8C8C8C. Windows color (decimal): -8026678 or 13272453. OLE color: 13272453.

HSL color Cylindrical-coordinate representation of color #8585CA: hue angle of 240º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8585CA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133133202-
CMYK0.340.3400.21
HSL240º39.43%65.69%-
HSV(B)240º34.16%79.22%-
XYZ28.7226.0359.39-
YUV140.87162.5122.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.42%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=28.42%
G=28.42%
B=43.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331332020.340.3400.2124039.4365.69
Hex8585CA2222015f02742
Octal205205312424202536047102
Binary100001011000010111001010100010100010010101111100001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8585CA; }

 p { color: rgb(133,133,202); }

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

<style>
 a { background-color: #8585CA; }

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

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

<style>
 span { border-color: #8585CA; }

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

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