Html Css Color HEX #946DF9 Light Slate Blue

📋 copy color: '#946DF9'

red 148 ◦ green 109 ◦ blue 249

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

Shades of Light Slate Blue #946DF9

Tints of Light Slate Blue #946DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 29.25%
G = 21.54%
B = 49.21%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#946DF9 (or 0x946DF9) is known color: Light Slate Blue. HEX triplet: 94, 6D and F9. RGB value is (148,109,249). Sum of RGB (Red+Green+Blue) = 148+109+249=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #946DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946DF9 is #6B9206. Grayscale: #888888. Windows color (decimal): -7049735 or 16346516. OLE color: 16346516.

HSL color Cylindrical-coordinate representation of color #946DF9: hue angle of 256.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #946DF9 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 109 249 -
CMYK 0.41 0.56 0 0.02
HSL 256.71º 0.92% 0.7% -
HSV(B) 256.71º 0.56% 0.98% -
XYZ 34.78 24.07 92.44 -
YUV 136.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 148 109 249 0.41 0.56 0 0.02 256.71 0.92 0.7
Hex 94 6D F9 29 38 0 2 101 5C 46
Octal 224 155 371 51 70 0 2 401 134 106
Binary 10010100 1101101 11111001 101001 111000 0 10 100000001 1011100 1000110

Color Harmonies of #946DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DF9

Black with #946DF9

Text Example


Text Example

White with #946DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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