#924EFF

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

Shades of Light Slate Blue #924EFF

Tints of Light Slate Blue #924EFF

Color information

#924EFF (or 0x924EFF) is unknown color: approx Light Slate Blue. HEX triplet: 92, 4E and FF. RGB value is (146,78,255). Sum of RGB (Red+Green+Blue) = 146+78+255=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #924EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924EFF is #6DB100. Grayscale: #757575. Windows color (decimal): -7188737 or 16731794. OLE color: 16731794.

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

Color convert

RGB14678255-
CMYK0.430.6900
HSL263.05º100%65.29%-
HSV(B)263.05º69.41%100%-
XYZ32.6318.7896.51-
YUV118.51205.03147.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.48%
GREEN value IS 78 (30.86% from 255) = 16.28%
BLUE value IS 255 (100% from 255) = 53.24%
R=30.48%
G=16.28%
B=53.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal146782550.430.6900263.0510065.29
Hex924EFF2B45001076441
Octal2221163775310500407144101
Binary1001001010011101111111110101110001010010000011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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