#8092CE

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

Shades of Portage #8092CE

Tints of Portage #8092CE

Color information

#8092CE (or 0x8092CE) is unknown color: approx Portage. HEX triplet: 80, 92 and CE. RGB value is (128,146,206). Sum of RGB (Red+Green+Blue) = 128+146+206=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #8092CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092CE is #7F6D31. Grayscale: #939393. Windows color (decimal): -8351026 or 13537920. OLE color: 13537920.

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

Color convert

RGB128146206-
CMYK0.380.2900.19
HSL226.15º44.32%65.49%-
HSV(B)226.15º37.86%80.78%-
XYZ30.3229.662.51-
YUV147.46161.04114.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 206 (80.86% from 255) = 42.92%
R=26.67%
G=30.42%
B=42.92%

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
Decimal1281462060.380.2900.19226.1544.3265.49
Hex8092CE261D013e22c41
Octal200222316463502334254101
Binary10000000100100101100111010011011101010011111000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8092CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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