#909BDB

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

Shades of Portage #909BDB

Tints of Portage #909BDB

Color information

#909BDB (or 0x909BDB) is unknown color: approx Portage. HEX triplet: 90, 9B and DB. RGB value is (144,155,219). Sum of RGB (Red+Green+Blue) = 144+155+219=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #909BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BDB is #6F6424. Grayscale: #9E9E9E. Windows color (decimal): -7300133 or 14392208. OLE color: 14392208.

HSL color Cylindrical-coordinate representation of color #909BDB: hue angle of 231.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #909BDB is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144155219-
CMYK0.340.2900.14
HSL231.2º51.02%71.18%-
HSV(B)231.2º34.25%85.88%-
XYZ36.0134.4971.78-
YUV159.01161.86117.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.80%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=27.80%
G=29.92%
B=42.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441552190.340.2900.14231.251.0271.18
Hex909BDB221D0Ee73347
Octal220233333423501634763107
Binary1001000010011011110110111000101110101110111001111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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