#918CF3

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

Shades of Light Slate Blue #918CF3

Tints of Light Slate Blue #918CF3

Color information

#918CF3 (or 0x918CF3) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8C and F3. RGB value is (145,140,243). Sum of RGB (Red+Green+Blue) = 145+140+243=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #918CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CF3 is #6E730C. Grayscale: #989898. Windows color (decimal): -7238413 or 15961233. OLE color: 15961233.

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

Color convert

RGB145140243-
CMYK0.400.4200.05
HSL242.91º81.1%75.1%-
HSV(B)242.91º42.39%95.29%-
XYZ37.2331.2588.86-
YUV153.24178.66122.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.46%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 243 (95.31% from 255) = 46.02%
R=27.46%
G=26.52%
B=46.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451402430.400.4200.05242.9181.175.1
Hex918CF3282A05f3514b
Octal221214363505205363121113
Binary10010001100011001111001110100010101001011111001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,140,243); }

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

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

 a { background-color: rgb(145,140,243); }

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

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

 span { border-color: rgb(145,140,243); }

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