#8095EA

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

Shades of Portage #8095EA

Tints of Portage #8095EA

Color information

#8095EA (or 0x8095EA) is unknown color: approx Portage. HEX triplet: 80, 95 and EA. RGB value is (128,149,234). Sum of RGB (Red+Green+Blue) = 128+149+234=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8095EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8095EA is #7F6A15. Grayscale: #989898. Windows color (decimal): -8350230 or 15373696. OLE color: 15373696.

HSL color Cylindrical-coordinate representation of color #8095EA: hue angle of 228.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8095EA is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128149234-
CMYK0.450.3600.08
HSL228.11º71.62%70.98%-
HSV(B)228.11º45.3%91.76%-
XYZ34.532.0282.2-
YUV152.41174.04110.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=25.05%
G=29.16%
B=45.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281492340.450.3600.08228.1171.6270.98
Hex8095EA2D2408e44847
Octal2002253525544010344110107
Binary100000001001010111101010101101100100010001110010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8095EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8095EA; }

 p { color: rgb(128,149,234); }

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

<style>
 a { background-color: #8095EA; }

 a { background-color: rgb(128,149,234); }

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

<style>
 span { border-color: #8095EA; }

 span { border-color: rgb(128,149,234); }

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