#909BD7

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

Shades of Portage #909BD7

Tints of Portage #909BD7

Color information

#909BD7 (or 0x909BD7) is unknown color: approx Portage. HEX triplet: 90, 9B and D7. RGB value is (144,155,215). Sum of RGB (Red+Green+Blue) = 144+155+215=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #909BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BD7 is #6F6428. Grayscale: #9E9E9E. Windows color (decimal): -7300137 or 14130064. OLE color: 14130064.

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

Color convert

RGB144155215-
CMYK0.330.2800.16
HSL230.7º47.02%70.39%-
HSV(B)230.7º33.02%84.31%-
XYZ35.4934.2869.04-
YUV158.55159.86117.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.02%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 215 (84.38% from 255) = 41.83%
R=28.02%
G=30.16%
B=41.83%

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
Decimal1441552150.330.2800.16230.747.0270.39
Hex909BD7211C010e72f46
Octal220233327413402034757106
Binary10010000100110111101011110000111100010000111001111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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