#928DFB

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

Shades of Light Slate Blue #928DFB

Tints of Light Slate Blue #928DFB

Color information

#928DFB (or 0x928DFB) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8D and FB. RGB value is (146,141,251). Sum of RGB (Red+Green+Blue) = 146+141+251=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #928DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DFB is #6D7204. Grayscale: #9A9A9A. Windows color (decimal): -7172613 or 16485778. OLE color: 16485778.

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

Color convert

RGB146141251-
CMYK0.420.4400.02
HSL242.73º93.22%76.86%-
HSV(B)242.73º43.82%98.43%-
XYZ38.7932.1395.42-
YUV155.04182.16121.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.14%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 251 (98.44% from 255) = 46.65%
R=27.14%
G=26.21%
B=46.65%

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
Decimal1461412510.420.4400.02242.7393.2276.86
Hex928DFB2A2C02f35d4d
Octal222215373525402363135115
Binary1001001010001101111110111010101011000101111001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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