#8585BE

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

Shades of Moody Blue #8585BE

Tints of Moody Blue #8585BE

Color information

#8585BE (or 0x8585BE) is unknown color: approx Moody Blue. HEX triplet: 85, 85 and BE. RGB value is (133,133,190). Sum of RGB (Red+Green+Blue) = 133+133+190=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #8585BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585BE is #7A7A41. Grayscale: #8B8B8B. Windows color (decimal): -8026690 or 12486021. OLE color: 12486021.

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

Color convert

RGB133133190-
CMYK0.30.300.25
HSL240º30.48%63.33%-
HSV(B)240º30%74.51%-
XYZ27.3525.4852.19-
YUV139.5156.5123.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=29.17%
G=29.17%
B=41.67%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331331900.30.300.2524030.4863.33
Hex8585BE1E1E019f01e3f
Octal20520527636360313603677
Binary10000101100001011011111011110111100110011111000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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