#8585BD

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

Shades of Moody Blue #8585BD

Tints of Moody Blue #8585BD

Color information

#8585BD (or 0x8585BD) is unknown color: approx Moody Blue. HEX triplet: 85, 85 and BD. RGB value is (133,133,189). Sum of RGB (Red+Green+Blue) = 133+133+189=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #8585BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585BD is #7A7A42. Grayscale: #8B8B8B. Windows color (decimal): -8026691 or 12420485. OLE color: 12420485.

HSL color Cylindrical-coordinate representation of color #8585BD: hue angle of 240º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8585BD is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133133189-
CMYK0.300.3000.26
HSL240º29.79%63.14%-
HSV(B)240º29.63%74.12%-
XYZ27.2525.4451.62-
YUV139.38156123.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=29.23%
G=29.23%
B=41.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331331890.300.3000.2624029.7963.14
Hex8585BD1E1E01Af01e3f
Octal20520527536360323603677
Binary10000101100001011011110111110111100110101111000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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