#8587C1

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

Shades of Moody Blue #8587C1

Tints of Moody Blue #8587C1

Color information

#8587C1 (or 0x8587C1) is unknown color: approx Moody Blue. HEX triplet: 85, 87 and C1. RGB value is (133,135,193). Sum of RGB (Red+Green+Blue) = 133+135+193=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #8587C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587C1 is #7A783E. Grayscale: #8C8C8C. Windows color (decimal): -8026175 or 12683141. OLE color: 12683141.

HSL color Cylindrical-coordinate representation of color #8587C1: hue angle of 238º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8587C1 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133135193-
CMYK0.310.3000.24
HSL238º32.61%63.92%-
HSV(B)238º31.09%75.69%-
XYZ27.9626.1654.03-
YUV141.01157.34122.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=28.85%
G=29.28%
B=41.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331351930.310.3000.2423832.6163.92
Hex8587C11F1E018ee2140
Octal205207301373603035641100
Binary1000010110000111110000011111111110011000111011101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8587C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8587C1; }

 p { color: rgb(133,135,193); }

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

<style>
 a { background-color: #8587C1; }

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

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

<style>
 span { border-color: #8587C1; }

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

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