#8199EC

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

Shades of Portage #8199EC

Tints of Portage #8199EC

Color information

#8199EC (or 0x8199EC) is unknown color: approx Portage. HEX triplet: 81, 99 and EC. RGB value is (129,153,236). Sum of RGB (Red+Green+Blue) = 129+153+236=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #8199EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8199EC is #7E6613. Grayscale: #9A9A9A. Windows color (decimal): -8283668 or 15505793. OLE color: 15505793.

HSL color Cylindrical-coordinate representation of color #8199EC: hue angle of 226.54º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8199EC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129153236-
CMYK0.450.3500.07
HSL226.54º73.79%71.57%-
HSV(B)226.54º45.34%92.55%-
XYZ35.5833.5183.95-
YUV155.29173.55109.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.90%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=24.90%
G=29.54%
B=45.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291532360.450.3500.07226.5473.7971.57
Hex8199EC2D2307e34a48
Octal201231354554307343112110
Binary10000001100110011110110010110110001101111110001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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