#8094CE

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

Shades of Portage #8094CE

Tints of Portage #8094CE

Color information

#8094CE (or 0x8094CE) is unknown color: approx Portage. HEX triplet: 80, 94 and CE. RGB value is (128,148,206). Sum of RGB (Red+Green+Blue) = 128+148+206=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #8094CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8094CE is #7F6B31. Grayscale: #949494. Windows color (decimal): -8350514 or 13538432. OLE color: 13538432.

HSL color Cylindrical-coordinate representation of color #8094CE: hue angle of 224.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8094CE is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128148206-
CMYK0.380.2800.19
HSL224.62º44.32%65.49%-
HSV(B)224.62º37.86%80.78%-
XYZ30.6330.2362.61-
YUV148.63160.37113.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=26.56%
G=30.71%
B=42.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281482060.380.2800.19224.6244.3265.49
Hex8094CE261C013e12c41
Octal200224316463402334154101
Binary10000000100101001100111010011011100010011111000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8094CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8094CE; }

 p { color: rgb(128,148,206); }

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

<style>
 a { background-color: #8094CE; }

 a { background-color: rgb(128,148,206); }

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

<style>
 span { border-color: #8094CE; }

 span { border-color: rgb(128,148,206); }

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