Html Css Color HEX #945DFB Light Slate Blue

📋 copy color: '#945DFB'

red 148 ◦ green 93 ◦ blue 251

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

Shades of Light Slate Blue #945DFB

Tints of Light Slate Blue #945DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 30.08%
G = 18.9%
B = 51.02%

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

#945DFB (or 0x945DFB) is known color: Light Slate Blue. HEX triplet: 94, 5D and FB. RGB value is (148,93,251). Sum of RGB (Red+Green+Blue) = 148+93+251=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #945DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945DFB is #6BA204. Grayscale: #7E7E7E. Windows color (decimal): -7053829 or 16473492. OLE color: 16473492.

HSL color Cylindrical-coordinate representation of color #945DFB: hue angle of 260.89º degrees, saturation: 0.95, 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 #945DFB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 93 251 -
CMYK 0.41 0.63 0 0.02
HSL 260.89º 0.95% 0.67% -
HSV(B) 260.89º 0.63% 0.98% -
XYZ 33.54 21.09 93.57 -
YUV 127.46 197.72 142.65 -
System Red Green Blue C M Y K H S L
Decimal 148 93 251 0.41 0.63 0 0.02 260.89 0.95 0.67
Hex 94 5D FB 29 3F 0 2 105 5F 43
Octal 224 135 373 51 77 0 2 405 137 103
Binary 10010100 1011101 11111011 101001 111111 0 10 100000101 1011111 1000011

Color Harmonies of #945DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945DFB

Black with #945DFB

Text Example


Text Example

White with #945DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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