Html Css Color HEX #954DFF Light Slate Blue

📋 copy color: '#954DFF'

red 149 ◦ green 77 ◦ blue 255

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

Shades of Light Slate Blue #954DFF

Tints of Light Slate Blue #954DFF

RGB

 RED value IS 149 (58.59% from 255) = 30.98%

 GREEN value IS 77 (30.47% from 255) = 16.01%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 30.98%
G = 16.01%
B = 53.01%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#954DFF (or 0x954DFF) is known color: Light Slate Blue. HEX triplet: 95, 4D and FF. RGB value is (149,77,255). Sum of RGB (Red+Green+Blue) = 149+77+255=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #954DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954DFF is #6AB200. Grayscale: #767676. Windows color (decimal): -6992385 or 16731541. OLE color: 16731541.

HSL color Cylindrical-coordinate representation of color #954DFF: hue angle of 264.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #954DFF is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 77 255 -
CMYK 0.42 0.70 0 0
HSL 264.27º 1% 0.65% -
HSV(B) 264.27º 0.7% 1% -
XYZ 33.1 18.92 96.51 -
YUV 118.82 204.85 149.53 -
System Red Green Blue C M Y K H S L
Decimal 149 77 255 0.42 0.70 0 0 264.27 1 0.65
Hex 95 4D FF 2A 46 0 0 108 64 41
Octal 225 115 377 52 106 0 0 410 144 101
Binary 10010101 1001101 11111111 101010 1000110 0 0 100001000 1100100 1000001

Color Harmonies of #954DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DFF

Black with #954DFF

Text Example


Text Example

White with #954DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954DFF; }

 p { color: rgb(149,77,255); }

 H1.HeaderClassName
 {
   color: #954DFF;
 }
 .AnyTagClassName
 {
   color: #954DFF;
 }
</style>

background-color css

<style>
 a { background-color: #954DFF; }

 a { background-color: rgb(149,77,255); }

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

border-color css

<style>
 span { border-color: #954DFF; }

 span { border-color: rgb(149,77,255); }

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