#919FF1

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

Shades of Portage #919FF1

Tints of Portage #919FF1

Color information

#919FF1 (or 0x919FF1) is unknown color: approx Portage. HEX triplet: 91, 9F and F1. RGB value is (145,159,241). Sum of RGB (Red+Green+Blue) = 145+159+241=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #919FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919FF1 is #6E600E. Grayscale: #A3A3A3. Windows color (decimal): -7233551 or 15835025. OLE color: 15835025.

HSL color Cylindrical-coordinate representation of color #919FF1: hue angle of 231.25º 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 #919FF1 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145159241-
CMYK0.400.3400.05
HSL231.25º77.42%75.69%-
HSV(B)231.25º39.83%94.51%-
XYZ39.9537.1788.29-
YUV164.16171.36114.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.61%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=26.61%
G=29.17%
B=44.22%

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
Decimal1451592410.400.3400.05231.2577.4275.69
Hex919FF1282205e74d4c
Octal221237361504205347115114
Binary10010001100111111111000110100010001001011110011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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