#909FF5

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

Shades of Portage #909FF5

Tints of Portage #909FF5

Color information

#909FF5 (or 0x909FF5) is unknown color: approx Portage. HEX triplet: 90, 9F and F5. RGB value is (144,159,245). Sum of RGB (Red+Green+Blue) = 144+159+245=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #909FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909FF5 is #6F600A. Grayscale: #A3A3A3. Windows color (decimal): -7299083 or 16097168. OLE color: 16097168.

HSL color Cylindrical-coordinate representation of color #909FF5: hue angle of 231.09º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #909FF5 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB144159245-
CMYK0.410.3500.04
HSL231.09º83.47%76.27%-
HSV(B)231.09º41.22%96.08%-
XYZ40.3837.3291.46-
YUV164.32173.53113.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.28%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 245 (96.09% from 255) = 44.71%
R=26.28%
G=29.01%
B=44.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1441592450.410.3500.04231.0983.4776.27
Hex909FF5292304e7534c
Octal220237365514304347123114
Binary10010000100111111111010110100110001101001110011110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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