#8096F0

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

Shades of Portage #8096F0

Tints of Portage #8096F0

Color information

#8096F0 (or 0x8096F0) is unknown color: approx Portage. HEX triplet: 80, 96 and F0. RGB value is (128,150,240). Sum of RGB (Red+Green+Blue) = 128+150+240=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #8096F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8096F0 is #7F690F. Grayscale: #999999. Windows color (decimal): -8349968 or 15767168. OLE color: 15767168.

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

Color convert

RGB128150240-
CMYK0.470.3700.06
HSL228.21º78.87%72.16%-
HSV(B)228.21º46.67%94.12%-
XYZ35.5432.6986.88-
YUV153.68176.71109.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 240 (94.14% from 255) = 46.33%
R=24.71%
G=28.96%
B=46.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281502400.470.3700.06228.2178.8772.16
Hex8096F02F2506e44f48
Octal200226360574506344117110
Binary10000000100101101111000010111110010101101110010010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8096F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8096F0; }

 p { color: rgb(128,150,240); }

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

<style>
 a { background-color: #8096F0; }

 a { background-color: rgb(128,150,240); }

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

<style>
 span { border-color: #8096F0; }

 span { border-color: rgb(128,150,240); }

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