#8585CD

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

Shades of Moody Blue #8585CD

Tints of Moody Blue #8585CD

Color information

#8585CD (or 0x8585CD) is unknown color: approx Moody Blue. HEX triplet: 85, 85 and CD. RGB value is (133,133,205). Sum of RGB (Red+Green+Blue) = 133+133+205=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #8585CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585CD is #7A7A32. Grayscale: #8C8C8C. Windows color (decimal): -8026675 or 13469061. OLE color: 13469061.

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

Color convert

RGB133133205-
CMYK0.350.3500.20
HSL240º41.86%66.27%-
HSV(B)240º35.12%80.39%-
XYZ29.0826.1761.28-
YUV141.21164122.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=28.24%
G=28.24%
B=43.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331332050.350.3500.2024041.8666.27
Hex8585CD2323014f02a42
Octal205205315434302436052102
Binary100001011000010111001101100011100011010100111100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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