#927DFE

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

Shades of Light Slate Blue #927DFE

Tints of Light Slate Blue #927DFE

Color information

#927DFE (or 0x927DFE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 7D and FE. RGB value is (146,125,254). Sum of RGB (Red+Green+Blue) = 146+125+254=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #927DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DFE is #6D8201. Grayscale: #919191. Windows color (decimal): -7176706 or 16678290. OLE color: 16678290.

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

Color convert

RGB146125254-
CMYK0.430.5100.00
HSL249.77º98.47%74.31%-
HSV(B)249.77º50.79%99.61%-
XYZ37.0827.9397.2-
YUV145.98188.96128.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 254 (99.61% from 255) = 48.38%
R=27.81%
G=23.81%
B=48.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1461252540.430.5100.00249.7798.4774.31
Hex927DFE2B3300fa624a
Octal222175376536300372142112
Binary10010010111110111111110101011110011001111101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927DFE; }

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

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

<style>
 a { background-color: #927DFE; }

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

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

<style>
 span { border-color: #927DFE; }

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

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