#8096DF

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

Shades of Portage #8096DF

Tints of Portage #8096DF

Color information

#8096DF (or 0x8096DF) is unknown color: approx Portage. HEX triplet: 80, 96 and DF. RGB value is (128,150,223). Sum of RGB (Red+Green+Blue) = 128+150+223=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #8096DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096DF is #7F6920. Grayscale: #979797. Windows color (decimal): -8349985 or 14653056. OLE color: 14653056.

HSL color Cylindrical-coordinate representation of color #8096DF: hue angle of 226.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8096DF is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128150223-
CMYK0.430.3300.13
HSL226.11º59.75%68.82%-
HSV(B)226.11º42.6%87.45%-
XYZ33.1331.7374.19-
YUV151.74168.21111.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.55%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=25.55%
G=29.94%
B=44.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281502230.430.3300.13226.1159.7568.82
Hex8096DF2B210De23c45
Octal200226337534101534274105
Binary10000000100101101101111110101110000101101111000101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8096DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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