#918ef4

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

Shades of Portage #918EF4

Tints of Portage #918EF4

Color information

#918EF4 (or 0x918EF4) is unknown color: approx Portage. HEX triplet: 91, 8E and F4. RGB value is (145,142,244). Sum of RGB (Red+Green+Blue) = 145+142+244=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #918EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EF4 is #6E710B. Grayscale: #9A9A9A. Windows color (decimal): -7237900 or 16027281. OLE color: 16027281.

HSL color Cylindrical-coordinate representation of color #918EF4: hue angle of 241.76º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #918EF4 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB145142244-
CMYK0.410.4200.04
HSL241.76º82.26%75.69%-
HSV(B)241.76º41.8%95.69%-
XYZ37.6831.989.76-
YUV154.52178.49121.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.31%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 244 (95.70% from 255) = 45.95%
R=27.31%
G=26.74%
B=45.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1451422440.410.4200.04241.7682.2675.69
Hex918EF4292A04f2524c
Octal221216364515204362122114
Binary10010001100011101111010010100110101001001111001010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918ef4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918ef4; }

 p { color: rgb(145,142,244); }

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

<style>
 a { background-color: #918ef4; }

 a { background-color: rgb(145,142,244); }

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

<style>
 span { border-color: #918ef4; }

 span { border-color: rgb(145,142,244); }

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