#928DFE

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

Shades of Light Slate Blue #928DFE

Tints of Light Slate Blue #928DFE

Color information

#928DFE (or 0x928DFE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8D and FE. RGB value is (146,141,254). Sum of RGB (Red+Green+Blue) = 146+141+254=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 141 (55.47% from 255 or 26.06% 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 #928DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DFE is #6D7201. Grayscale: #9A9A9A. Windows color (decimal): -7172610 or 16682386. OLE color: 16682386.

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

Color convert

RGB146141254-
CMYK0.430.4400.00
HSL242.65º98.26%77.45%-
HSV(B)242.65º44.49%99.61%-
XYZ39.2732.3297.93-
YUV155.38183.66121.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=26.99%
G=26.06%
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
Decimal1461412540.430.4400.00242.6598.2677.45
Hex928DFE2B2C00f3624d
Octal222215376535400363142115
Binary100100101000110111111110101011101100001111001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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