#919DF5

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

Shades of Portage #919DF5

Tints of Portage #919DF5

Color information

#919DF5 (or 0x919DF5) is unknown color: approx Portage. HEX triplet: 91, 9D and F5. RGB value is (145,157,245). Sum of RGB (Red+Green+Blue) = 145+157+245=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #919DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DF5 is #6E620A. Grayscale: #A3A3A3. Windows color (decimal): -7234059 or 16096657. OLE color: 16096657.

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

Color convert

RGB145157245-
CMYK0.410.3600.04
HSL232.8º83.33%76.47%-
HSV(B)232.8º40.82%96.08%-
XYZ40.2236.7391.36-
YUV163.44174.02114.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.51%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 245 (96.09% from 255) = 44.79%
R=26.51%
G=28.70%
B=44.79%

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
Decimal1451572450.410.3600.04232.883.3376.47
Hex919DF5292404e9534c
Octal221235365514404351123114
Binary10010001100111011111010110100110010001001110100110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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