#909AD7

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

Shades of Portage #909AD7

Tints of Portage #909AD7

Color information

#909AD7 (or 0x909AD7) is unknown color: approx Portage. HEX triplet: 90, 9A and D7. RGB value is (144,154,215). Sum of RGB (Red+Green+Blue) = 144+154+215=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #909AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909AD7 is #6F6528. Grayscale: #9D9D9D. Windows color (decimal): -7300393 or 14129808. OLE color: 14129808.

HSL color Cylindrical-coordinate representation of color #909AD7: hue angle of 231.55º 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 #909AD7 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB144154215-
CMYK0.330.2800.16
HSL231.55º47.02%70.39%-
HSV(B)231.55º33.02%84.31%-
XYZ35.3233.9568.98-
YUV157.96160.19118.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.07%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=28.07%
G=30.02%
B=41.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1441542150.330.2800.16231.5547.0270.39
Hex909AD7211C010e82f46
Octal220232327413402035057106
Binary10010000100110101101011110000111100010000111010001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909AD7; }

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

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

<style>
 a { background-color: #909AD7; }

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

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

<style>
 span { border-color: #909AD7; }

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

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