#8799CE

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

Shades of Portage #8799CE

Tints of Portage #8799CE

Color information

#8799CE (or 0x8799CE) is unknown color: approx Portage. HEX triplet: 87, 99 and CE. RGB value is (135,153,206). Sum of RGB (Red+Green+Blue) = 135+153+206=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #8799CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799CE is #786631. Grayscale: #999999. Windows color (decimal): -7890482 or 13539719. OLE color: 13539719.

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

Color convert

RGB135153206-
CMYK0.340.2600.19
HSL224.79º42.01%66.86%-
HSV(B)224.79º34.47%80.78%-
XYZ32.5232.3962.93-
YUV153.66157.54114.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=27.33%
G=30.97%
B=41.70%

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
Decimal1351532060.340.2600.19224.7942.0166.86
Hex8799CE221A013e12a43
Octal207231316423202334152103
Binary10000111100110011100111010001011010010011111000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8799CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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