#8587DF

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

Shades of Portage #8587DF

Tints of Portage #8587DF

Color information

#8587DF (or 0x8587DF) is unknown color: approx Portage. HEX triplet: 85, 87 and DF. RGB value is (133,135,223). Sum of RGB (Red+Green+Blue) = 133+135+223=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #8587DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587DF is #7A7820. Grayscale: #909090. Windows color (decimal): -8026145 or 14649221. OLE color: 14649221.

HSL color Cylindrical-coordinate representation of color #8587DF: hue angle of 238.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8587DF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133135223-
CMYK0.400.3900.13
HSL238.67º58.44%69.8%-
HSV(B)238.67º40.36%87.45%-
XYZ31.6627.6473.48-
YUV144.43172.34119.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=27.09%
G=27.49%
B=45.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331352230.400.3900.13238.6758.4469.8
Hex8587DF28270Def3a46
Octal205207337504701535772106
Binary10000101100001111101111110100010011101101111011111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8587DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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