#918FDE

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

Shades of Portage #918FDE

Tints of Portage #918FDE

Color information

#918FDE (or 0x918FDE) is unknown color: approx Portage. HEX triplet: 91, 8F and DE. RGB value is (145,143,222). Sum of RGB (Red+Green+Blue) = 145+143+222=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #918FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FDE is #6E7021. Grayscale: #989898. Windows color (decimal): -7237666 or 14585745. OLE color: 14585745.

HSL color Cylindrical-coordinate representation of color #918FDE: hue angle of 241.52º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #918FDE is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145143222-
CMYK0.350.3600.13
HSL241.52º54.48%71.57%-
HSV(B)241.52º35.59%87.06%-
XYZ34.6830.9473.25-
YUV152.6167.16122.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.43%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=28.43%
G=28.04%
B=43.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451432220.350.3600.13241.5254.4871.57
Hex918FDE23240Df23648
Octal221217336434401536266110
Binary10010001100011111101111010001110010001101111100101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,143,222); }

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

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

 a { background-color: rgb(145,143,222); }

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

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

 span { border-color: rgb(145,143,222); }

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