#8999CB

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

Shades of Portage #8999CB

Tints of Portage #8999CB

Color information

#8999CB (or 0x8999CB) is unknown color: approx Portage. HEX triplet: 89, 99 and CB. RGB value is (137,153,203). Sum of RGB (Red+Green+Blue) = 137+153+203=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #8999CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999CB is #766634. Grayscale: #999999. Windows color (decimal): -7759413 or 13343113. OLE color: 13343113.

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

Color convert

RGB137153203-
CMYK0.330.2500.20
HSL225.45º38.82%66.67%-
HSV(B)225.45º32.51%79.61%-
XYZ32.4932.4161.04-
YUV153.92155.7115.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=27.79%
G=31.03%
B=41.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371532030.330.2500.20225.4538.8266.67
Hex8999CB2119014e12743
Octal211231313413102434147103
Binary10001001100110011100101110000111001010100111000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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