#8097EF

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

Shades of Portage #8097EF

Tints of Portage #8097EF

Color information

#8097EF (or 0x8097EF) is unknown color: approx Portage. HEX triplet: 80, 97 and EF. RGB value is (128,151,239). Sum of RGB (Red+Green+Blue) = 128+151+239=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #8097EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8097EF is #7F6810. Grayscale: #999999. Windows color (decimal): -8349713 or 15701888. OLE color: 15701888.

HSL color Cylindrical-coordinate representation of color #8097EF: hue angle of 227.57º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8097EF is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128151239-
CMYK0.460.3700.06
HSL227.57º77.62%71.96%-
HSV(B)227.57º46.44%93.73%-
XYZ35.5532.9586.15-
YUV154.16175.88109.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 239 (93.75% from 255) = 46.14%
R=24.71%
G=29.15%
B=46.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281512390.460.3700.06227.5777.6271.96
Hex8097EF2E2506e44e48
Octal200227357564506344116110
Binary10000000100101111110111110111010010101101110010010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8097EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8097EF; }

 p { color: rgb(128,151,239); }

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

<style>
 a { background-color: #8097EF; }

 a { background-color: rgb(128,151,239); }

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

<style>
 span { border-color: #8097EF; }

 span { border-color: rgb(128,151,239); }

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