#8585BF

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

Shades of Moody Blue #8585BF

Tints of Moody Blue #8585BF

Color information

#8585BF (or 0x8585BF) is unknown color: approx Moody Blue. HEX triplet: 85, 85 and BF. RGB value is (133,133,191). Sum of RGB (Red+Green+Blue) = 133+133+191=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #8585BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585BF is #7A7A40. Grayscale: #8B8B8B. Windows color (decimal): -8026689 or 12551557. OLE color: 12551557.

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

Color convert

RGB133133191-
CMYK0.300.3000.25
HSL240º31.18%63.53%-
HSV(B)240º30.37%74.9%-
XYZ27.4625.5252.77-
YUV139.61157123.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.10%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 191 (75% from 255) = 41.79%
R=29.10%
G=29.10%
B=41.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331331910.300.3000.2524031.1863.53
Hex8585BF1E1E019f01f40
Octal205205277363603136037100
Binary100001011000010110111111111101111001100111110000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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