Html Css Color HEX #946DF7 Light Slate Blue

📋 copy color: '#946DF7'

red 148 ◦ green 109 ◦ blue 247

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

Shades of Light Slate Blue #946DF7

Tints of Light Slate Blue #946DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 29.37%
G = 21.63%
B = 49.01%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#946DF7 (or 0x946DF7) is known color: Light Slate Blue. HEX triplet: 94, 6D and F7. RGB value is (148,109,247). Sum of RGB (Red+Green+Blue) = 148+109+247=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #946DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946DF7 is #6B9208. Grayscale: #878787. Windows color (decimal): -7049737 or 16215444. OLE color: 16215444.

HSL color Cylindrical-coordinate representation of color #946DF7: hue angle of 256.96º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #946DF7 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 109 247 -
CMYK 0.40 0.56 0 0.03
HSL 256.96º 0.9% 0.7% -
HSV(B) 256.96º 0.56% 0.97% -
XYZ 34.47 23.95 90.8 -
YUV 136.39 190.42 136.28 -
System Red Green Blue C M Y K H S L
Decimal 148 109 247 0.40 0.56 0 0.03 256.96 0.9 0.7
Hex 94 6D F7 28 38 0 3 101 5A 46
Octal 224 155 367 50 70 0 3 401 132 106
Binary 10010100 1101101 11110111 101000 111000 0 11 100000001 1011010 1000110

Color Harmonies of #946DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DF7

Black with #946DF7

Text Example


Text Example

White with #946DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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