Html Css Color HEX #945DF9 Light Slate Blue

📋 copy color: '#945DF9'

red 148 ◦ green 93 ◦ blue 249

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

Shades of Light Slate Blue #945DF9

Tints of Light Slate Blue #945DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.98%

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

R = 30.2%
G = 18.98%
B = 50.82%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#945DF9 (or 0x945DF9) is known color: Light Slate Blue. HEX triplet: 94, 5D and F9. RGB value is (148,93,249). Sum of RGB (Red+Green+Blue) = 148+93+249=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #945DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945DF9 is #6BA206. Grayscale: #7E7E7E. Windows color (decimal): -7053831 or 16342420. OLE color: 16342420.

HSL color Cylindrical-coordinate representation of color #945DF9: hue angle of 261.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #945DF9 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 93 249 -
CMYK 0.41 0.63 0 0.02
HSL 261.15º 0.93% 0.67% -
HSV(B) 261.15º 0.63% 0.98% -
XYZ 33.23 20.96 91.92 -
YUV 127.23 196.72 142.82 -
System Red Green Blue C M Y K H S L
Decimal 148 93 249 0.41 0.63 0 0.02 261.15 0.93 0.67
Hex 94 5D F9 29 3F 0 2 105 5D 43
Octal 224 135 371 51 77 0 2 405 135 103
Binary 10010100 1011101 11111001 101001 111111 0 10 100000101 1011101 1000011

Color Harmonies of #945DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945DF9

Black with #945DF9

Text Example


Text Example

White with #945DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945DF9; }

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

 H1.HeaderClassName
 {
   color: #945DF9;
 }
 .AnyTagClassName
 {
   color: #945DF9;
 }
</style>

background-color css

<style>
 a { background-color: #945DF9; }

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

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

border-color css

<style>
 span { border-color: #945DF9; }

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

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