#9098DE

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

Shades of Portage #9098DE

Tints of Portage #9098DE

Color information

#9098DE (or 0x9098DE) is unknown color: approx Portage. HEX triplet: 90, 98 and DE. RGB value is (144,152,222). Sum of RGB (Red+Green+Blue) = 144+152+222=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #9098DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9098DE is #6F6721. Grayscale: #9D9D9D. Windows color (decimal): -7300898 or 14588048. OLE color: 14588048.

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

Color convert

RGB144152222-
CMYK0.350.3200.13
HSL233.85º54.17%71.76%-
HSV(B)233.85º35.14%87.06%-
XYZ35.9133.6673.71-
YUV157.59164.35118.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.80%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=27.80%
G=29.34%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441522220.350.3200.13233.8554.1771.76
Hex9098DE23200Dea3648
Octal220230336434001535266110
Binary10010000100110001101111010001110000001101111010101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9098DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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