#8095DC

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

Shades of Portage #8095DC

Tints of Portage #8095DC

Color information

#8095DC (or 0x8095DC) is unknown color: approx Portage. HEX triplet: 80, 95 and DC. RGB value is (128,149,220). Sum of RGB (Red+Green+Blue) = 128+149+220=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #8095DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095DC is #7F6A23. Grayscale: #969696. Windows color (decimal): -8350244 or 14456192. OLE color: 14456192.

HSL color Cylindrical-coordinate representation of color #8095DC: hue angle of 226.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8095DC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128149220-
CMYK0.420.3200.14
HSL226.3º56.79%68.24%-
HSV(B)226.3º41.82%86.27%-
XYZ32.5731.2572.03-
YUV150.82167.04111.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.75%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 220 (86.33% from 255) = 44.27%
R=25.75%
G=29.98%
B=44.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281492200.420.3200.14226.356.7968.24
Hex8095DC2A200Ee23944
Octal200225334524001634271104
Binary10000000100101011101110010101010000001110111000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8095DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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