#8198CB

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

Shades of Portage #8198CB

Tints of Portage #8198CB

Color information

#8198CB (or 0x8198CB) is unknown color: approx Portage. HEX triplet: 81, 98 and CB. RGB value is (129,152,203). Sum of RGB (Red+Green+Blue) = 129+152+203=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #8198CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198CB is #7E6734. Grayscale: #969696. Windows color (decimal): -8283957 or 13342849. OLE color: 13342849.

HSL color Cylindrical-coordinate representation of color #8198CB: hue angle of 221.35º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8198CB is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129152203-
CMYK0.360.2500.20
HSL221.35º41.57%65.1%-
HSV(B)221.35º36.45%79.61%-
XYZ31.0631.4460.93-
YUV150.94157.38112.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=26.65%
G=31.40%
B=41.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291522030.360.2500.20221.3541.5765.1
Hex8198CB2419014dd2a41
Octal201230313443102433552101
Binary10000001100110001100101110010011001010100110111011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8198CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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