#919DFB

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

Shades of Portage #919DFB

Tints of Portage #919DFB

Color information

#919DFB (or 0x919DFB) is unknown color: approx Portage. HEX triplet: 91, 9D and FB. RGB value is (145,157,251). Sum of RGB (Red+Green+Blue) = 145+157+251=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #919DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DFB is #6E6204. Grayscale: #A3A3A3. Windows color (decimal): -7234053 or 16489873. OLE color: 16489873.

HSL color Cylindrical-coordinate representation of color #919DFB: hue angle of 233.21º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #919DFB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145157251-
CMYK0.420.3700.02
HSL233.21º92.98%77.65%-
HSV(B)233.21º42.23%98.43%-
XYZ41.1537.196.26-
YUV164.13177.02114.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.22%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 251 (98.44% from 255) = 45.39%
R=26.22%
G=28.39%
B=45.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451572510.420.3700.02233.2192.9877.65
Hex919DFB2A2502e95d4e
Octal221235373524502351135116
Binary1001000110011101111110111010101001010101110100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919DFB; }

 p { color: rgb(145,157,251); }

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

<style>
 a { background-color: #919DFB; }

 a { background-color: rgb(145,157,251); }

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

<style>
 span { border-color: #919DFB; }

 span { border-color: rgb(145,157,251); }

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