#924EFD

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

Shades of Light Slate Blue #924EFD

Tints of Light Slate Blue #924EFD

Color information

#924EFD (or 0x924EFD) is unknown color: approx Light Slate Blue. HEX triplet: 92, 4E and FD. RGB value is (146,78,253). Sum of RGB (Red+Green+Blue) = 146+78+253=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #924EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924EFD is #6DB102. Grayscale: #757575. Windows color (decimal): -7188739 or 16600722. OLE color: 16600722.

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

Color convert

RGB14678253-
CMYK0.420.6900.01
HSL263.31º97.77%64.9%-
HSV(B)263.31º69.17%99.22%-
XYZ32.3118.6594.83-
YUV118.28204.03147.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 78 (30.86% from 255) = 16.35%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=30.61%
G=16.35%
B=53.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal146782530.420.6900.01263.3197.7764.9
Hex924EFD2A45011076241
Octal2221163755210501407142101
Binary1001001010011101111110110101010001010110000011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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