#924DFF

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

Shades of Light Slate Blue #924DFF

Tints of Light Slate Blue #924DFF

Color information

#924DFF (or 0x924DFF) is unknown color: approx Light Slate Blue. HEX triplet: 92, 4D and FF. RGB value is (146,77,255). Sum of RGB (Red+Green+Blue) = 146+77+255=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #924DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924DFF is #6DB200. Grayscale: #757575. Windows color (decimal): -7188993 or 16731538. OLE color: 16731538.

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

Color convert

RGB14677255-
CMYK0.430.7000
HSL263.26º100%65.1%-
HSV(B)263.26º69.8%100%-
XYZ32.5618.6496.49-
YUV117.92205.36148.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.54%
GREEN value IS 77 (30.47% from 255) = 16.11%
BLUE value IS 255 (100% from 255) = 53.35%
R=30.54%
G=16.11%
B=53.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal146772550.430.7000263.2610065.1
Hex924DFF2B46001076441
Octal2221153775310600407144101
Binary1001001010011011111111110101110001100010000011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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