#909BDD

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

Shades of Portage #909BDD

Tints of Portage #909BDD

Color information

#909BDD (or 0x909BDD) is unknown color: approx Portage. HEX triplet: 90, 9B and DD. RGB value is (144,155,221). Sum of RGB (Red+Green+Blue) = 144+155+221=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #909BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BDD is #6F6422. Grayscale: #9E9E9E. Windows color (decimal): -7300131 or 14523280. OLE color: 14523280.

HSL color Cylindrical-coordinate representation of color #909BDD: hue angle of 231.43º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909BDD is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144155221-
CMYK0.350.3000.13
HSL231.43º53.1%71.57%-
HSV(B)231.43º34.84%86.67%-
XYZ36.2734.5973.17-
YUV159.24162.86117.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=27.69%
G=29.81%
B=42.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441552210.350.3000.13231.4353.171.57
Hex909BDD231E0De73548
Octal220233335433601534765110
Binary1001000010011011110111011000111111001101111001111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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