#8092CD

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

Shades of Portage #8092CD

Tints of Portage #8092CD

Color information

#8092CD (or 0x8092CD) is unknown color: approx Portage. HEX triplet: 80, 92 and CD. RGB value is (128,146,205). Sum of RGB (Red+Green+Blue) = 128+146+205=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #8092CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092CD is #7F6D32. Grayscale: #939393. Windows color (decimal): -8351027 or 13472384. OLE color: 13472384.

HSL color Cylindrical-coordinate representation of color #8092CD: hue angle of 225.97º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8092CD is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128146205-
CMYK0.380.2900.20
HSL225.97º43.5%65.29%-
HSV(B)225.97º37.56%80.39%-
XYZ30.229.5561.87-
YUV147.34160.54114.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=26.72%
G=30.48%
B=42.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281462050.380.2900.20225.9743.565.29
Hex8092CD261D014e22c41
Octal200222315463502434254101
Binary10000000100100101100110110011011101010100111000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8092CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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