#8092DD

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

Shades of Portage #8092DD

Tints of Portage #8092DD

Color information

#8092DD (or 0x8092DD) is unknown color: approx Portage. HEX triplet: 80, 92 and DD. RGB value is (128,146,221). Sum of RGB (Red+Green+Blue) = 128+146+221=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #8092DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092DD is #7F6D22. Grayscale: #949494. Windows color (decimal): -8351011 or 14520960. OLE color: 14520960.

HSL color Cylindrical-coordinate representation of color #8092DD: hue angle of 228.39º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8092DD is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128146221-
CMYK0.420.3400.13
HSL228.39º57.76%68.43%-
HSV(B)228.39º42.08%86.67%-
XYZ32.2330.3772.57-
YUV149.17168.54112.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=25.86%
G=29.49%
B=44.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281462210.420.3400.13228.3957.7668.43
Hex8092DD2A220De43a44
Octal200222335524201534472104
Binary10000000100100101101110110101010001001101111001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8092DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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