#909FCB

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

Shades of Portage #909FCB

Tints of Portage #909FCB

Color information

#909FCB (or 0x909FCB) is unknown color: approx Portage. HEX triplet: 90, 9F and CB. RGB value is (144,159,203). Sum of RGB (Red+Green+Blue) = 144+159+203=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #909FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FCB is #6F6034. Grayscale: #9F9F9F. Windows color (decimal): -7299125 or 13344656. OLE color: 13344656.

HSL color Cylindrical-coordinate representation of color #909FCB: hue angle of 224.75º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909FCB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144159203-
CMYK0.290.2200.20
HSL224.75º36.2%68.04%-
HSV(B)224.75º29.06%79.61%-
XYZ34.6835.0461.44-
YUV159.53152.53116.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.46%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=28.46%
G=31.42%
B=40.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441592030.290.2200.20224.7536.268.04
Hex909FCB1D16014e12444
Octal220237313352602434144104
Binary1001000010011111110010111110110110010100111000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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