#919EF1

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

Shades of Portage #919EF1

Tints of Portage #919EF1

Color information

#919EF1 (or 0x919EF1) is unknown color: approx Portage. HEX triplet: 91, 9E and F1. RGB value is (145,158,241). Sum of RGB (Red+Green+Blue) = 145+158+241=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #919EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EF1 is #6E610E. Grayscale: #A3A3A3. Windows color (decimal): -7233807 or 15834769. OLE color: 15834769.

HSL color Cylindrical-coordinate representation of color #919EF1: hue angle of 231.88º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #919EF1 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145158241-
CMYK0.400.3400.05
HSL231.88º77.42%75.69%-
HSV(B)231.88º39.83%94.51%-
XYZ39.7836.8288.23-
YUV163.57171.69114.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.65%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 241 (94.53% from 255) = 44.30%
R=26.65%
G=29.04%
B=44.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451582410.400.3400.05231.8877.4275.69
Hex919EF1282205e84d4c
Octal221236361504205350115114
Binary10010001100111101111000110100010001001011110100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,158,241); }

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

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

 a { background-color: rgb(145,158,241); }

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

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

 span { border-color: rgb(145,158,241); }

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