#927DFD

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

Shades of Light Slate Blue #927DFD

Tints of Light Slate Blue #927DFD

Color information

#927DFD (or 0x927DFD) is unknown color: approx Light Slate Blue. HEX triplet: 92, 7D and FD. RGB value is (146,125,253). Sum of RGB (Red+Green+Blue) = 146+125+253=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #927DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DFD is #6D8202. Grayscale: #919191. Windows color (decimal): -7176707 or 16612754. OLE color: 16612754.

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

Color convert

RGB146125253-
CMYK0.420.5100.01
HSL249.84º96.97%74.12%-
HSV(B)249.84º50.59%99.22%-
XYZ36.9227.8796.36-
YUV145.87188.46128.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=27.86%
G=23.85%
B=48.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461252530.420.5100.01249.8496.9774.12
Hex927DFD2A3301fa614a
Octal222175375526301372141112
Binary10010010111110111111101101010110011011111101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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