#8093CE

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

Shades of Portage #8093CE

Tints of Portage #8093CE

Color information

#8093CE (or 0x8093CE) is unknown color: approx Portage. HEX triplet: 80, 93 and CE. RGB value is (128,147,206). Sum of RGB (Red+Green+Blue) = 128+147+206=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #8093CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093CE is #7F6C31. Grayscale: #939393. Windows color (decimal): -8350770 or 13538176. OLE color: 13538176.

HSL color Cylindrical-coordinate representation of color #8093CE: hue angle of 225.38º 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 #8093CE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128147206-
CMYK0.380.2900.19
HSL225.38º44.32%65.49%-
HSV(B)225.38º37.86%80.78%-
XYZ30.4829.9162.56-
YUV148.05160.71113.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=26.61%
G=30.56%
B=42.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281472060.380.2900.19225.3844.3265.49
Hex8093CE261D013e12c41
Octal200223316463502334154101
Binary10000000100100111100111010011011101010011111000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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