#918EFC

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

Shades of Light Slate Blue #918EFC

Tints of Light Slate Blue #918EFC

Color information

#918EFC (or 0x918EFC) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8E and FC. RGB value is (145,142,252). Sum of RGB (Red+Green+Blue) = 145+142+252=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #918EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EFC is #6E7103. Grayscale: #9B9B9B. Windows color (decimal): -7237892 or 16551569. OLE color: 16551569.

HSL color Cylindrical-coordinate representation of color #918EFC: hue angle of 241.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #918EFC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145142252-
CMYK0.420.4400.01
HSL241.64º94.83%77.25%-
HSV(B)241.64º43.65%98.82%-
XYZ38.9232.3996.3-
YUV155.44182.49120.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.90%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 252 (98.83% from 255) = 46.75%
R=26.90%
G=26.35%
B=46.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451422520.420.4400.01241.6494.8377.25
Hex918EFC2A2C01f25f4d
Octal221216374525401362137115
Binary100100011000111011111100101010101100011111001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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