#909DDB

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

Shades of Portage #909DDB

Tints of Portage #909DDB

Color information

#909DDB (or 0x909DDB) is unknown color: approx Portage. HEX triplet: 90, 9D and DB. RGB value is (144,157,219). Sum of RGB (Red+Green+Blue) = 144+157+219=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #909DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DDB is #6F6224. Grayscale: #9F9F9F. Windows color (decimal): -7299621 or 14392720. OLE color: 14392720.

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

Color convert

RGB144157219-
CMYK0.340.2800.14
HSL229.6º51.02%71.18%-
HSV(B)229.6º34.25%85.88%-
XYZ36.3435.1671.89-
YUV160.18161.19116.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=27.69%
G=30.19%
B=42.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441572190.340.2800.14229.651.0271.18
Hex909DDB221C0Ee63347
Octal220235333423401634663107
Binary1001000010011101110110111000101110001110111001101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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