#8198CE

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

Shades of Portage #8198CE

Tints of Portage #8198CE

Color information

#8198CE (or 0x8198CE) is unknown color: approx Portage. HEX triplet: 81, 98 and CE. RGB value is (129,152,206). Sum of RGB (Red+Green+Blue) = 129+152+206=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #8198CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198CE is #7E6731. Grayscale: #979797. Windows color (decimal): -8283954 or 13539457. OLE color: 13539457.

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

Color convert

RGB129152206-
CMYK0.370.2600.19
HSL222.08º44%65.69%-
HSV(B)222.08º37.38%80.78%-
XYZ31.4231.5862.83-
YUV151.28158.88112.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.49%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=26.49%
G=31.21%
B=42.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291522060.370.2600.19222.084465.69
Hex8198CE251A013de2c42
Octal201230316453202333654102
Binary10000001100110001100111010010111010010011110111101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8198CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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