#928AFE

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

Shades of Light Slate Blue #928AFE

Tints of Light Slate Blue #928AFE

Color information

#928AFE (or 0x928AFE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8A and FE. RGB value is (146,138,254). Sum of RGB (Red+Green+Blue) = 146+138+254=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #928AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928AFE is #6D7501. Grayscale: #999999. Windows color (decimal): -7173378 or 16681618. OLE color: 16681618.

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

Color convert

RGB146138254-
CMYK0.430.4600.00
HSL244.14º98.31%76.86%-
HSV(B)244.14º45.67%99.61%-
XYZ38.8331.4497.79-
YUV153.62184.65122.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.14%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 254 (99.61% from 255) = 47.21%
R=27.14%
G=25.65%
B=47.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1461382540.430.4600.00244.1498.3176.86
Hex928AFE2B2E00f4624d
Octal222212376535600364142115
Binary100100101000101011111110101011101110001111010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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