#909BF4

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

Shades of Portage #909BF4

Tints of Portage #909BF4

Color information

#909BF4 (or 0x909BF4) is unknown color: approx Portage. HEX triplet: 90, 9B and F4. RGB value is (144,155,244). Sum of RGB (Red+Green+Blue) = 144+155+244=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #909BF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909BF4 is #6F640B. Grayscale: #A1A1A1. Windows color (decimal): -7300108 or 16030608. OLE color: 16030608.

HSL color Cylindrical-coordinate representation of color #909BF4: hue angle of 233.4º degrees, saturation: 0.82, 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 #909BF4 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB144155244-
CMYK0.410.3600.04
HSL233.4º81.97%76.08%-
HSV(B)233.4º40.98%95.69%-
XYZ39.5535.990.43-
YUV161.86174.36115.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.52%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 244 (95.70% from 255) = 44.94%
R=26.52%
G=28.55%
B=44.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1441552440.410.3600.04233.481.9776.08
Hex909BF4292404e9524c
Octal220233364514404351122114
Binary10010000100110111111010010100110010001001110100110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,155,244); }

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

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

 a { background-color: rgb(144,155,244); }

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

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

 span { border-color: rgb(144,155,244); }

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