#9099CE

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

Shades of Portage #9099CE

Tints of Portage #9099CE

Color information

#9099CE (or 0x9099CE) is unknown color: approx Portage. HEX triplet: 90, 99 and CE. RGB value is (144,153,206). Sum of RGB (Red+Green+Blue) = 144+153+206=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #9099CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099CE is #6F6631. Grayscale: #9C9C9C. Windows color (decimal): -7300658 or 13539728. OLE color: 13539728.

HSL color Cylindrical-coordinate representation of color #9099CE: hue angle of 231.29º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9099CE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144153206-
CMYK0.300.2600.19
HSL231.29º38.75%68.63%-
HSV(B)231.29º30.1%80.78%-
XYZ34.0333.1763-
YUV156.35156.02119.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.63%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=28.63%
G=30.42%
B=40.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441532060.300.2600.19231.2938.7568.63
Hex9099CE1E1A013e72745
Octal220231316363202334747105
Binary1001000010011001110011101111011010010011111001111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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