#8199EB

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

Shades of Portage #8199EB

Tints of Portage #8199EB

Color information

#8199EB (or 0x8199EB) is unknown color: approx Portage. HEX triplet: 81, 99 and EB. RGB value is (129,153,235). Sum of RGB (Red+Green+Blue) = 129+153+235=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #8199EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8199EB is #7E6614. Grayscale: #9A9A9A. Windows color (decimal): -8283669 or 15440257. OLE color: 15440257.

HSL color Cylindrical-coordinate representation of color #8199EB: hue angle of 226.42º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8199EB is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129153235-
CMYK0.450.3500.08
HSL226.42º72.6%71.37%-
HSV(B)226.42º45.11%92.16%-
XYZ35.4433.4583.19-
YUV155.17173.05109.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.95%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=24.95%
G=29.59%
B=45.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291532350.450.3500.08226.4272.671.37
Hex8199EB2D2308e24947
Octal2012313535543010342111107
Binary100000011001100111101011101101100011010001110001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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