#8199E4

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

Shades of Portage #8199E4

Tints of Portage #8199E4

Color information

#8199E4 (or 0x8199E4) is unknown color: approx Portage. HEX triplet: 81, 99 and E4. RGB value is (129,153,228). Sum of RGB (Red+Green+Blue) = 129+153+228=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #8199E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199E4 is #7E661B. Grayscale: #9A9A9A. Windows color (decimal): -8283676 or 14981505. OLE color: 14981505.

HSL color Cylindrical-coordinate representation of color #8199E4: hue angle of 225.45º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8199E4 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB129153228-
CMYK0.430.3300.11
HSL225.45º64.71%70%-
HSV(B)225.45º43.42%89.41%-
XYZ34.4533.0577.96-
YUV154.37169.55109.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.29%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 228 (89.45% from 255) = 44.71%
R=25.29%
G=30%
B=44.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1291532280.430.3300.11225.4564.7170
Hex8199E42B210Be14146
Octal2012313445341013341101106
Binary100000011001100111100100101011100001010111110000110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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