#924DFE

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

Shades of Light Slate Blue #924DFE

Tints of Light Slate Blue #924DFE

Color information

#924DFE (or 0x924DFE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 4D and FE. RGB value is (146,77,254). Sum of RGB (Red+Green+Blue) = 146+77+254=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #924DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924DFE is #6DB201. Grayscale: #757575. Windows color (decimal): -7188994 or 16666002. OLE color: 16666002.

HSL color Cylindrical-coordinate representation of color #924DFE: hue angle of 263.39º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #924DFE is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB14677254-
CMYK0.430.7000.00
HSL263.39º98.88%64.9%-
HSV(B)263.39º69.69%99.61%-
XYZ32.418.5795.64-
YUV117.81204.86148.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 77 (30.47% from 255) = 16.14%
BLUE value IS 254 (99.61% from 255) = 53.25%
R=30.61%
G=16.14%
B=53.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal146772540.430.7000.00263.3998.8864.9
Hex924DFE2B46001076341
Octal2221153765310600407143101
Binary1001001010011011111111010101110001100010000011111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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