#8999CE

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

Shades of Portage #8999CE

Tints of Portage #8999CE

Color information

#8999CE (or 0x8999CE) is unknown color: approx Portage. HEX triplet: 89, 99 and CE. RGB value is (137,153,206). Sum of RGB (Red+Green+Blue) = 137+153+206=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #8999CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999CE is #766631. Grayscale: #9A9A9A. Windows color (decimal): -7759410 or 13539721. OLE color: 13539721.

HSL color Cylindrical-coordinate representation of color #8999CE: hue angle of 226.09º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8999CE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137153206-
CMYK0.330.2600.19
HSL226.09º41.32%67.25%-
HSV(B)226.09º33.5%80.78%-
XYZ32.8532.5662.95-
YUV154.26157.2115.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.62%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=27.62%
G=30.85%
B=41.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371532060.330.2600.19226.0941.3267.25
Hex8999CE211A013e22943
Octal211231316413202334251103
Binary10001001100110011100111010000111010010011111000101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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