#8998CE

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

Shades of Portage #8998CE

Tints of Portage #8998CE

Color information

#8998CE (or 0x8998CE) is unknown color: approx Portage. HEX triplet: 89, 98 and CE. RGB value is (137,152,206). Sum of RGB (Red+Green+Blue) = 137+152+206=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 152 (59.77% from 255 or 30.71% 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 #8998CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998CE is #766731. Grayscale: #999999. Windows color (decimal): -7759666 or 13539465. OLE color: 13539465.

HSL color Cylindrical-coordinate representation of color #8998CE: hue angle of 226.96º 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 #8998CE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137152206-
CMYK0.330.2600.19
HSL226.96º41.32%67.25%-
HSV(B)226.96º33.5%80.78%-
XYZ32.6932.2362.89-
YUV153.67157.53116.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=27.68%
G=30.71%
B=41.62%

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
Decimal1371522060.330.2600.19226.9641.3267.25
Hex8998CE211A013e32943
Octal211230316413202334351103
Binary10001001100110001100111010000111010010011111000111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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