#919FFA

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

Shades of Portage #919FFA

Tints of Portage #919FFA

Color information

#919FFA (or 0x919FFA) is unknown color: approx Portage. HEX triplet: 91, 9F and FA. RGB value is (145,159,250). Sum of RGB (Red+Green+Blue) = 145+159+250=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #919FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919FFA is #6E6005. Grayscale: #A4A4A4. Windows color (decimal): -7233542 or 16424849. OLE color: 16424849.

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

Color convert

RGB145159250-
CMYK0.420.3600.02
HSL232º91.3%77.45%-
HSV(B)232º42%98.04%-
XYZ41.3337.7295.54-
YUV165.19175.86113.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.17%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=26.17%
G=28.70%
B=45.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451592500.420.3600.0223291.377.45
Hex919FFA2A2402e85b4d
Octal221237372524402350133115
Binary1001000110011111111110101010101001000101110100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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