#8199DE

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

Shades of Portage #8199DE

Tints of Portage #8199DE

Color information

#8199DE (or 0x8199DE) is unknown color: approx Portage. HEX triplet: 81, 99 and DE. RGB value is (129,153,222). Sum of RGB (Red+Green+Blue) = 129+153+222=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #8199DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199DE is #7E6621. Grayscale: #999999. Windows color (decimal): -8283682 or 14588289. OLE color: 14588289.

HSL color Cylindrical-coordinate representation of color #8199DE: hue angle of 224.52º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8199DE is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129153222-
CMYK0.420.3100.13
HSL224.52º58.49%68.82%-
HSV(B)224.52º41.89%87.06%-
XYZ33.6332.7273.65-
YUV153.69166.55110.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.60%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=25.60%
G=30.36%
B=44.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291532220.420.3100.13224.5258.4968.82
Hex8199DE2A1F0De13a45
Octal201231336523701534172105
Binary1000000110011001110111101010101111101101111000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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