#8199F5

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

Shades of Portage #8199F5

Tints of Portage #8199F5

Color information

#8199F5 (or 0x8199F5) is unknown color: approx Portage. HEX triplet: 81, 99 and F5. RGB value is (129,153,245). Sum of RGB (Red+Green+Blue) = 129+153+245=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #8199F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8199F5 is #7E660A. Grayscale: #9B9B9B. Windows color (decimal): -8283659 or 16095617. OLE color: 16095617.

HSL color Cylindrical-coordinate representation of color #8199F5: hue angle of 227.59º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8199F5 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129153245-
CMYK0.470.3800.04
HSL227.59º85.29%73.33%-
HSV(B)227.59º47.35%96.08%-
XYZ36.9334.0491.01-
YUV156.31178.05108.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.48%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 245 (96.09% from 255) = 46.49%
R=24.48%
G=29.03%
B=46.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291532450.470.3800.04227.5985.2973.33
Hex8199F52F2604e45549
Octal201231365574604344125111
Binary10000001100110011111010110111110011001001110010010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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