Html Css Color HEX #946FFD Light Slate Blue

📋 copy color: '#946FFD'

red 148 ◦ green 111 ◦ blue 253

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

Shades of Light Slate Blue #946FFD

Tints of Light Slate Blue #946FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.68%

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

R = 28.91%
G = 21.68%
B = 49.41%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#946FFD (or 0x946FFD) is known color: Light Slate Blue. HEX triplet: 94, 6F and FD. RGB value is (148,111,253). Sum of RGB (Red+Green+Blue) = 148+111+253=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #946FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FFD is #6B9002. Grayscale: #898989. Windows color (decimal): -7049219 or 16609172. OLE color: 16609172.

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

Color convert

RGB 148 111 253 -
CMYK 0.42 0.56 0 0.01
HSL 255.63º 0.97% 0.71% -
HSV(B) 255.63º 0.56% 0.99% -
XYZ 35.63 24.76 95.83 -
YUV 138.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 148 111 253 0.42 0.56 0 0.01 255.63 0.97 0.71
Hex 94 6F FD 2A 38 0 1 100 61 47
Octal 224 157 375 52 70 0 1 400 141 107
Binary 10010100 1101111 11111101 101010 111000 0 1 100000000 1100001 1000111

Color Harmonies of #946FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FFD

Black with #946FFD

Text Example


Text Example

White with #946FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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