Html Css Color HEX #946DFC Light Slate Blue

📋 copy color: '#946DFC'

red 148 ◦ green 109 ◦ blue 252

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

Shades of Light Slate Blue #946DFC

Tints of Light Slate Blue #946DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 29.08%
G = 21.41%
B = 49.51%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#946DFC (or 0x946DFC) is known color: Light Slate Blue. HEX triplet: 94, 6D and FC. RGB value is (148,109,252). Sum of RGB (Red+Green+Blue) = 148+109+252=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #946DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946DFC is #6B9203. Grayscale: #888888. Windows color (decimal): -7049732 or 16543124. OLE color: 16543124.

HSL color Cylindrical-coordinate representation of color #946DFC: hue angle of 256.36º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #946DFC is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 109 252 -
CMYK 0.41 0.57 0 0.01
HSL 256.36º 0.96% 0.71% -
HSV(B) 256.36º 0.57% 0.99% -
XYZ 35.25 24.26 94.92 -
YUV 136.96 192.92 135.87 -
System Red Green Blue C M Y K H S L
Decimal 148 109 252 0.41 0.57 0 0.01 256.36 0.96 0.71
Hex 94 6D FC 29 39 0 1 100 60 47
Octal 224 155 374 51 71 0 1 400 140 107
Binary 10010100 1101101 11111100 101001 111001 0 1 100000000 1100000 1000111

Color Harmonies of #946DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DFC

Black with #946DFC

Text Example


Text Example

White with #946DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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