#8092DF

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

Shades of Portage #8092DF

Tints of Portage #8092DF

Color information

#8092DF (or 0x8092DF) is unknown color: approx Portage. HEX triplet: 80, 92 and DF. RGB value is (128,146,223). Sum of RGB (Red+Green+Blue) = 128+146+223=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #8092DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092DF is #7F6D20. Grayscale: #959595. Windows color (decimal): -8351009 or 14652032. OLE color: 14652032.

HSL color Cylindrical-coordinate representation of color #8092DF: hue angle of 228.63º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8092DF is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128146223-
CMYK0.430.3500.13
HSL228.63º59.75%68.82%-
HSV(B)228.63º42.6%87.45%-
XYZ32.530.4773.98-
YUV149.4169.54112.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.75%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 223 (87.5% from 255) = 44.87%
R=25.75%
G=29.38%
B=44.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281462230.430.3500.13228.6359.7568.82
Hex8092DF2B230De53c45
Octal200222337534301534574105
Binary10000000100100101101111110101110001101101111001011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8092DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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