#8199DA

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

Shades of Portage #8199DA

Tints of Portage #8199DA

Color information

#8199DA (or 0x8199DA) is unknown color: approx Portage. HEX triplet: 81, 99 and DA. RGB value is (129,153,218). Sum of RGB (Red+Green+Blue) = 129+153+218=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #8199DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199DA is #7E6625. Grayscale: #989898. Windows color (decimal): -8283686 or 14326145. OLE color: 14326145.

HSL color Cylindrical-coordinate representation of color #8199DA: hue angle of 223.82º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8199DA is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129153218-
CMYK0.410.3000.15
HSL223.82º54.6%68.04%-
HSV(B)223.82º40.83%85.49%-
XYZ33.132.5170.86-
YUV153.23164.55110.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=25.8%
G=30.6%
B=43.6%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291532180.410.3000.15223.8254.668.04
Hex8199DA291E0Fe03744
Octal201231332513601734067104
Binary1000000110011001110110101010011111001111111000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8199DA; }

 p { color: rgb(129,153,218); }

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

<style>
 a { background-color: #8199DA; }

 a { background-color: rgb(129,153,218); }

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

<style>
 span { border-color: #8199DA; }

 span { border-color: rgb(129,153,218); }

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