#8899CE

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

Shades of Portage #8899CE

Tints of Portage #8899CE

Color information

#8899CE (or 0x8899CE) is unknown color: approx Portage. HEX triplet: 88, 99 and CE. RGB value is (136,153,206). Sum of RGB (Red+Green+Blue) = 136+153+206=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #8899CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899CE is #776631. Grayscale: #999999. Windows color (decimal): -7824946 or 13539720. OLE color: 13539720.

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

Color convert

RGB136153206-
CMYK0.340.2600.19
HSL225.43º41.67%67.06%-
HSV(B)225.43º33.98%80.78%-
XYZ32.6932.4762.94-
YUV153.96157.37115.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=27.47%
G=30.91%
B=41.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361532060.340.2600.19225.4341.6767.06
Hex8899CE221A013e12a43
Octal210231316423202334152103
Binary10001000100110011100111010001011010010011111000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8899CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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