#909AF0

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

Shades of Portage #909AF0

Tints of Portage #909AF0

Color information

#909AF0 (or 0x909AF0) is unknown color: approx Portage. HEX triplet: 90, 9A and F0. RGB value is (144,154,240). Sum of RGB (Red+Green+Blue) = 144+154+240=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #909AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909AF0 is #6F650F. Grayscale: #A0A0A0. Windows color (decimal): -7300368 or 15768208. OLE color: 15768208.

HSL color Cylindrical-coordinate representation of color #909AF0: hue angle of 233.75º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #909AF0 is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144154240-
CMYK0.40.3600.06
HSL233.75º76.19%75.29%-
HSV(B)233.75º40%94.12%-
XYZ38.7935.3387.21-
YUV160.81172.69116.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.77%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 240 (94.14% from 255) = 44.61%
R=26.77%
G=28.62%
B=44.61%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441542400.40.3600.06233.7576.1975.29
Hex909AF0282406ea4c4b
Octal220232360504406352114113
Binary10010000100110101111000010100010010001101110101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,154,240); }

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

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

 a { background-color: rgb(144,154,240); }

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

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

 span { border-color: rgb(144,154,240); }

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