#9099CC

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

Shades of Portage #9099CC

Tints of Portage #9099CC

Color information

#9099CC (or 0x9099CC) is unknown color: approx Portage. HEX triplet: 90, 99 and CC. RGB value is (144,153,204). Sum of RGB (Red+Green+Blue) = 144+153+204=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9099CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099CC is #6F6633. Grayscale: #9B9B9B. Windows color (decimal): -7300660 or 13408656. OLE color: 13408656.

HSL color Cylindrical-coordinate representation of color #9099CC: hue angle of 231º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9099CC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144153204-
CMYK0.290.2500.2
HSL231º37.04%68.24%-
HSV(B)231º29.41%80%-
XYZ33.7933.0761.73-
YUV156.12155.02119.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.74%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=28.74%
G=30.54%
B=40.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441532040.290.2500.223137.0468.24
Hex9099CC1D19014e72544
Octal220231314353102434745104
Binary1001000010011001110011001110111001010100111001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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