Html Css Color HEX #946AF7 Light Slate Blue

📋 copy color: '#946AF7'

red 148 ◦ green 106 ◦ blue 247

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

Shades of Light Slate Blue #946AF7

Tints of Light Slate Blue #946AF7

RGB

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

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

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

R = 29.54%
G = 21.16%
B = 49.3%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#946AF7 (or 0x946AF7) is known color: Light Slate Blue. HEX triplet: 94, 6A and F7. RGB value is (148,106,247). Sum of RGB (Red+Green+Blue) = 148+106+247=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #946AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946AF7 is #6B9508. Grayscale: #868686. Windows color (decimal): -7050505 or 16214676. OLE color: 16214676.

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

Color convert

RGB 148 106 247 -
CMYK 0.40 0.57 0 0.03
HSL 257.87º 0.9% 0.69% -
HSV(B) 257.87º 0.57% 0.97% -
XYZ 34.16 23.32 90.7 -
YUV 134.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 148 106 247 0.40 0.57 0 0.03 257.87 0.9 0.69
Hex 94 6A F7 28 39 0 3 102 5A 45
Octal 224 152 367 50 71 0 3 402 132 105
Binary 10010100 1101010 11110111 101000 111001 0 11 100000010 1011010 1000101

Color Harmonies of #946AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AF7

Black with #946AF7

Text Example


Text Example

White with #946AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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