#9099EB

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

Shades of Portage #9099EB

Tints of Portage #9099EB

Color information

#9099EB (or 0x9099EB) is unknown color: approx Portage. HEX triplet: 90, 99 and EB. RGB value is (144,153,235). Sum of RGB (Red+Green+Blue) = 144+153+235=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #9099EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099EB is #6F6614. Grayscale: #9F9F9F. Windows color (decimal): -7300629 or 15440272. OLE color: 15440272.

HSL color Cylindrical-coordinate representation of color #9099EB: hue angle of 234.07º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9099EB is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144153235-
CMYK0.390.3500.08
HSL234.07º69.47%74.31%-
HSV(B)234.07º38.72%92.16%-
XYZ37.8934.7183.3-
YUV159.66170.52116.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.07%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 235 (92.19% from 255) = 44.17%
R=27.07%
G=28.76%
B=44.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441532350.390.3500.08234.0769.4774.31
Hex9099EB272308ea454a
Octal2202313534743010352105112
Binary100100001001100111101011100111100011010001110101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9099EB; }

 p { color: rgb(144,153,235); }

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

<style>
 a { background-color: #9099EB; }

 a { background-color: rgb(144,153,235); }

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

<style>
 span { border-color: #9099EB; }

 span { border-color: rgb(144,153,235); }

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