#918DFB

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

Shades of Light Slate Blue #918DFB

Tints of Light Slate Blue #918DFB

Color information

#918DFB (or 0x918DFB) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8D and FB. RGB value is (145,141,251). Sum of RGB (Red+Green+Blue) = 145+141+251=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #918DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DFB is #6E7204. Grayscale: #9A9A9A. Windows color (decimal): -7238149 or 16485777. OLE color: 16485777.

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

Color convert

RGB145141251-
CMYK0.420.4400.02
HSL242.18º93.22%76.86%-
HSV(B)242.18º43.82%98.43%-
XYZ38.6132.0395.41-
YUV154.74182.33121.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.00%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 251 (98.44% from 255) = 46.74%
R=27.00%
G=26.26%
B=46.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451412510.420.4400.02242.1893.2276.86
Hex918DFB2A2C02f25d4d
Octal221215373525402362135115
Binary1001000110001101111110111010101011000101111001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,141,251); }

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

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

 a { background-color: rgb(145,141,251); }

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

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

 span { border-color: rgb(145,141,251); }

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