#9099D7

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

Shades of Portage #9099D7

Tints of Portage #9099D7

Color information

#9099D7 (or 0x9099D7) is unknown color: approx Portage. HEX triplet: 90, 99 and D7. RGB value is (144,153,215). Sum of RGB (Red+Green+Blue) = 144+153+215=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #9099D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099D7 is #6F6628. Grayscale: #9D9D9D. Windows color (decimal): -7300649 or 14129552. OLE color: 14129552.

HSL color Cylindrical-coordinate representation of color #9099D7: hue angle of 232.39º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9099D7 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB144153215-
CMYK0.330.2900.16
HSL232.39º47.02%70.39%-
HSV(B)232.39º33.02%84.31%-
XYZ35.1633.6268.93-
YUV157.38160.52118.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.12%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=28.12%
G=29.88%
B=41.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1441532150.330.2900.16232.3947.0270.39
Hex9099D7211D010e82f46
Octal220231327413502035057106
Binary10010000100110011101011110000111101010000111010001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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