Html Css Color HEX #946DFF Light Slate Blue

📋 copy color: '#946DFF'

red 148 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #946DFF

Tints of Light Slate Blue #946DFF

RGB

 RED value IS 148 (58.2% from 255) = 28.91%

 GREEN value IS 109 (42.97% from 255) = 21.29%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 28.91%
G = 21.29%
B = 49.8%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#946DFF (or 0x946DFF) is known color: Light Slate Blue. HEX triplet: 94, 6D and FF. RGB value is (148,109,255). Sum of RGB (Red+Green+Blue) = 148+109+255=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #946DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946DFF is #6B9200. Grayscale: #888888. Windows color (decimal): -7049729 or 16739732. OLE color: 16739732.

HSL color Cylindrical-coordinate representation of color #946DFF: hue angle of 256.03º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #946DFF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 109 255 -
CMYK 0.42 0.57 0 0
HSL 256.03º 1% 0.71% -
HSV(B) 256.03º 0.57% 1% -
XYZ 35.73 24.45 97.44 -
YUV 137.31 194.42 135.63 -
System Red Green Blue C M Y K H S L
Decimal 148 109 255 0.42 0.57 0 0 256.03 1 0.71
Hex 94 6D FF 2A 39 0 0 100 64 47
Octal 224 155 377 52 71 0 0 400 144 107
Binary 10010100 1101101 11111111 101010 111001 0 0 100000000 1100100 1000111

Color Harmonies of #946DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DFF

Black with #946DFF

Text Example


Text Example

White with #946DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,109,255); }

 H1.HeaderClassName
 {
   color: #946DFF;
 }
 .AnyTagClassName
 {
   color: #946DFF;
 }
</style>

background-color css

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

 a { background-color: rgb(148,109,255); }

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

border-color css

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

 span { border-color: rgb(148,109,255); }

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