#928BF8

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

Shades of Light Slate Blue #928BF8

Tints of Light Slate Blue #928BF8

Color information

#928BF8 (or 0x928BF8) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8B and F8. RGB value is (146,139,248). Sum of RGB (Red+Green+Blue) = 146+139+248=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #928BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928BF8 is #6D7407. Grayscale: #999999. Windows color (decimal): -7173128 or 16288658. OLE color: 16288658.

HSL color Cylindrical-coordinate representation of color #928BF8: hue angle of 243.85º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #928BF8 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146139248-
CMYK0.410.4400.03
HSL243.85º88.62%75.88%-
HSV(B)243.85º43.95%97.25%-
XYZ38.0331.3592.85-
YUV153.52181.32122.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.39%
GREEN value IS 139 (54.69% from 255) = 26.08%
BLUE value IS 248 (97.27% from 255) = 46.53%
R=27.39%
G=26.08%
B=46.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1461392480.410.4400.03243.8588.6275.88
Hex928BF8292C03f4594c
Octal222213370515403364131114
Binary1001001010001011111110001010011011000111111010010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,139,248); }

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

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

 a { background-color: rgb(146,139,248); }

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

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

 span { border-color: rgb(146,139,248); }

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