#928EFE

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

Shades of Light Slate Blue #928EFE

Tints of Light Slate Blue #928EFE

Color information

#928EFE (or 0x928EFE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8E and FE. RGB value is (146,142,254). Sum of RGB (Red+Green+Blue) = 146+142+254=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #928EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928EFE is #6D7101. Grayscale: #9B9B9B. Windows color (decimal): -7172354 or 16682642. OLE color: 16682642.

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

Color convert

RGB146142254-
CMYK0.430.4400.00
HSL242.14º98.25%77.65%-
HSV(B)242.14º44.09%99.61%-
XYZ39.4232.6197.98-
YUV155.96183.33120.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.94%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=26.94%
G=26.20%
B=46.86%

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
Decimal1461422540.430.4400.00242.1498.2577.65
Hex928EFE2B2C00f2624e
Octal222216376535400362142116
Binary100100101000111011111110101011101100001111001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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