#8098DE

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

Shades of Portage #8098DE

Tints of Portage #8098DE

Color information

#8098DE (or 0x8098DE) is unknown color: approx Portage. HEX triplet: 80, 98 and DE. RGB value is (128,152,222). Sum of RGB (Red+Green+Blue) = 128+152+222=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #8098DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098DE is #7F6721. Grayscale: #989898. Windows color (decimal): -8349474 or 14588032. OLE color: 14588032.

HSL color Cylindrical-coordinate representation of color #8098DE: hue angle of 224.68º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8098DE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128152222-
CMYK0.420.3200.13
HSL224.68º58.75%68.63%-
HSV(B)224.68º42.34%87.06%-
XYZ33.3232.3273.59-
YUV152.8167.05110.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.50%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=25.50%
G=30.28%
B=44.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281522220.420.3200.13224.6858.7568.63
Hex8098DE2A200De13b45
Octal200230336524001534173105
Binary10000000100110001101111010101010000001101111000011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8098DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8098DE; }

 p { color: rgb(128,152,222); }

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

<style>
 a { background-color: #8098DE; }

 a { background-color: rgb(128,152,222); }

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

<style>
 span { border-color: #8098DE; }

 span { border-color: rgb(128,152,222); }

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