#8589CB

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

Shades of Portage #8589CB

Tints of Portage #8589CB

Color information

#8589CB (or 0x8589CB) is unknown color: approx Portage. HEX triplet: 85, 89 and CB. RGB value is (133,137,203). Sum of RGB (Red+Green+Blue) = 133+137+203=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #8589CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589CB is #7A7634. Grayscale: #8F8F8F. Windows color (decimal): -8025653 or 13339013. OLE color: 13339013.

HSL color Cylindrical-coordinate representation of color #8589CB: hue angle of 236.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8589CB is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133137203-
CMYK0.340.3300.20
HSL236.57º40.23%65.88%-
HSV(B)236.57º34.48%79.61%-
XYZ29.427.1960.2-
YUV143.33161.67120.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=28.12%
G=28.96%
B=42.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331372030.340.3300.20236.5740.2365.88
Hex8589CB2221014ed2842
Octal205211313424102435550102
Binary100001011000100111001011100010100001010100111011011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8589CB; }

 p { color: rgb(133,137,203); }

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

<style>
 a { background-color: #8589CB; }

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

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

<style>
 span { border-color: #8589CB; }

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

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