#918EFE

Color #918EFE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #918EFE

Tints of Light Slate Blue #918EFE

Color information

#918EFE (or 0x918EFE) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8E and FE. RGB value is (145,142,254). Sum of RGB (Red+Green+Blue) = 145+142+254=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #918EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EFE is #6E7101. Grayscale: #9B9B9B. Windows color (decimal): -7237890 or 16682641. OLE color: 16682641.

HSL color Cylindrical-coordinate representation of color #918EFE: hue angle of 241.61º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #918EFE is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB145142254-
CMYK0.430.4400.00
HSL241.61º98.25%77.65%-
HSV(B)241.61º44.09%99.61%-
XYZ39.2432.5297.98-
YUV155.66183.49120.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.80%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=26.80%
G=26.25%
B=46.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1451422540.430.4400.00241.6198.2577.65
Hex918EFE2B2C00f2624e
Octal221216376535400362142116
Binary100100011000111011111110101011101100001111001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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