#928DFD

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

Shades of Light Slate Blue #928DFD

Tints of Light Slate Blue #928DFD

Color information

#928DFD (or 0x928DFD) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8D and FD. RGB value is (146,141,253). Sum of RGB (Red+Green+Blue) = 146+141+253=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #928DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DFD is #6D7202. Grayscale: #9A9A9A. Windows color (decimal): -7172611 or 16616850. OLE color: 16616850.

HSL color Cylindrical-coordinate representation of color #928DFD: hue angle of 242.68º degrees, saturation: 0.97, 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 #928DFD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146141253-
CMYK0.420.4400.01
HSL242.68º96.55%77.25%-
HSV(B)242.68º44.27%99.22%-
XYZ39.1132.2597.09-
YUV155.26183.16121.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.04%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=27.04%
G=26.11%
B=46.85%

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
Decimal1461412530.420.4400.01242.6896.5577.25
Hex928DFD2A2C01f3614d
Octal222215375525401363141115
Binary100100101000110111111101101010101100011111001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928DFD; }

 p { color: rgb(146,141,253); }

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

<style>
 a { background-color: #928DFD; }

 a { background-color: rgb(146,141,253); }

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

<style>
 span { border-color: #928DFD; }

 span { border-color: rgb(146,141,253); }

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