#909FD1

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

Shades of Portage #909FD1

Tints of Portage #909FD1

Color information

#909FD1 (or 0x909FD1) is unknown color: approx Portage. HEX triplet: 90, 9F and D1. RGB value is (144,159,209). Sum of RGB (Red+Green+Blue) = 144+159+209=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #909FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FD1 is #6F602E. Grayscale: #A0A0A0. Windows color (decimal): -7299119 or 13737872. OLE color: 13737872.

HSL color Cylindrical-coordinate representation of color #909FD1: hue angle of 226.15º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #909FD1 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144159209-
CMYK0.310.2400.18
HSL226.15º41.4%69.22%-
HSV(B)226.15º31.1%81.96%-
XYZ35.4135.3365.27-
YUV160.22155.53116.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.12%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 209 (82.03% from 255) = 40.82%
R=28.12%
G=31.05%
B=40.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1441592090.310.2400.18226.1541.469.22
Hex909FD11F18012e22945
Octal220237321373002234251105
Binary1001000010011111110100011111111000010010111000101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,159,209); }

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

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

 a { background-color: rgb(144,159,209); }

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

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

 span { border-color: rgb(144,159,209); }

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