Html Css Color HEX #946AF9 Light Slate Blue

📋 copy color: '#946AF9'

red 148 ◦ green 106 ◦ blue 249

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

Shades of Light Slate Blue #946AF9

Tints of Light Slate Blue #946AF9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.07%

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

R = 29.42%
G = 21.07%
B = 49.5%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#946AF9 (or 0x946AF9) is known color: Light Slate Blue. HEX triplet: 94, 6A and F9. RGB value is (148,106,249). Sum of RGB (Red+Green+Blue) = 148+106+249=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #946AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946AF9 is #6B9506. Grayscale: #868686. Windows color (decimal): -7050503 or 16345748. OLE color: 16345748.

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

Color convert

RGB 148 106 249 -
CMYK 0.41 0.57 0 0.02
HSL 257.62º 0.92% 0.7% -
HSV(B) 257.62º 0.57% 0.98% -
XYZ 34.47 23.44 92.33 -
YUV 134.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 148 106 249 0.41 0.57 0 0.02 257.62 0.92 0.7
Hex 94 6A F9 29 39 0 2 102 5C 46
Octal 224 152 371 51 71 0 2 402 134 106
Binary 10010100 1101010 11111001 101001 111001 0 10 100000010 1011100 1000110

Color Harmonies of #946AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AF9

Black with #946AF9

Text Example


Text Example

White with #946AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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