#918EF1

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

Shades of Portage #918EF1

Tints of Portage #918EF1

Color information

#918EF1 (or 0x918EF1) is unknown color: approx Portage. HEX triplet: 91, 8E and F1. RGB value is (145,142,241). Sum of RGB (Red+Green+Blue) = 145+142+241=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #918EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EF1 is #6E710E. Grayscale: #999999. Windows color (decimal): -7237903 or 15830673. OLE color: 15830673.

HSL color Cylindrical-coordinate representation of color #918EF1: hue angle of 241.82º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #918EF1 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145142241-
CMYK0.400.4100.05
HSL241.82º77.95%75.1%-
HSV(B)241.82º41.08%94.51%-
XYZ37.2331.7287.38-
YUV154.18176.99121.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.46%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 241 (94.53% from 255) = 45.64%
R=27.46%
G=26.89%
B=45.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451422410.400.4100.05241.8277.9575.1
Hex918EF1282905f24e4b
Octal221216361505105362116113
Binary10010001100011101111000110100010100101011111001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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