Html Css Color HEX #924DFD Light Slate Blue

📋 copy color: '#924DFD'

red 146 ◦ green 77 ◦ blue 253

#924DFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #924DFD

Tints of Light Slate Blue #924DFD

RGB

 RED value IS 146 (57.42% from 255) = 30.67%

 GREEN value IS 77 (30.47% from 255) = 16.18%

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 30.67%
G = 16.18%
B = 53.15%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#924DFD (or 0x924DFD) is known color: Light Slate Blue. HEX triplet: 92, 4D and FD. RGB value is (146,77,253). Sum of RGB (Red+Green+Blue) = 146+77+253=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #924DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924DFD is #6DB202. Grayscale: #757575. Windows color (decimal): -7188995 or 16600466. OLE color: 16600466.

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

Color convert

RGB 146 77 253 -
CMYK 0.42 0.70 0 0.01
HSL 263.52º 0.98% 0.65% -
HSV(B) 263.52º 0.7% 0.99% -
XYZ 32.24 18.51 94.8 -
YUV 117.7 204.36 148.19 -
System Red Green Blue C M Y K H S L
Decimal 146 77 253 0.42 0.70 0 0.01 263.52 0.98 0.65
Hex 92 4D FD 2A 46 0 1 108 62 41
Octal 222 115 375 52 106 0 1 410 142 101
Binary 10010010 1001101 11111101 101010 1000110 0 1 100001000 1100010 1000001

Color Harmonies of #924DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924DFD

Black with #924DFD

Text Example


Text Example

White with #924DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #924DFD;
 }
 .AnyTagClassName
 {
   color: #924DFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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