#928EFD

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

Shades of Light Slate Blue #928EFD

Tints of Light Slate Blue #928EFD

Color information

#928EFD (or 0x928EFD) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8E and FD. RGB value is (146,142,253). Sum of RGB (Red+Green+Blue) = 146+142+253=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #928EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928EFD is #6D7102. Grayscale: #9B9B9B. Windows color (decimal): -7172355 or 16617106. OLE color: 16617106.

HSL color Cylindrical-coordinate representation of color #928EFD: hue angle of 242.16º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #928EFD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146142253-
CMYK0.420.4400.01
HSL242.16º96.52%77.45%-
HSV(B)242.16º43.87%99.22%-
XYZ39.2632.5597.14-
YUV155.85182.83120.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=26.99%
G=26.25%
B=46.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461422530.420.4400.01242.1696.5277.45
Hex928EFD2A2C01f2614d
Octal222216375525401362141115
Binary100100101000111011111101101010101100011111001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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