Html Css Color HEX #946AFD Light Slate Blue

📋 copy color: '#946AFD'

red 148 ◦ green 106 ◦ blue 253

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

Shades of Light Slate Blue #946AFD

Tints of Light Slate Blue #946AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 29.19%
G = 20.91%
B = 49.9%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#946AFD (or 0x946AFD) is known color: Light Slate Blue. HEX triplet: 94, 6A and FD. RGB value is (148,106,253). Sum of RGB (Red+Green+Blue) = 148+106+253=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #946AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946AFD is #6B9502. Grayscale: #868686. Windows color (decimal): -7050499 or 16607892. OLE color: 16607892.

HSL color Cylindrical-coordinate representation of color #946AFD: hue angle of 257.14º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #946AFD is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 106 253 -
CMYK 0.42 0.58 0 0.01
HSL 257.14º 0.97% 0.7% -
HSV(B) 257.14º 0.58% 0.99% -
XYZ 35.1 23.7 95.65 -
YUV 135.32 194.41 137.05 -
System Red Green Blue C M Y K H S L
Decimal 148 106 253 0.42 0.58 0 0.01 257.14 0.97 0.7
Hex 94 6A FD 2A 3A 0 1 101 61 46
Octal 224 152 375 52 72 0 1 401 141 106
Binary 10010100 1101010 11111101 101010 111010 0 1 100000001 1100001 1000110

Color Harmonies of #946AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AFD

Black with #946AFD

Text Example


Text Example

White with #946AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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