Html Css Color HEX #954FFF Light Slate Blue

📋 copy color: '#954FFF'

red 149 ◦ green 79 ◦ blue 255

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

Shades of Light Slate Blue #954FFF

Tints of Light Slate Blue #954FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.36%

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

R = 30.85%
G = 16.36%
B = 52.8%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#954FFF (or 0x954FFF) is known color: Light Slate Blue. HEX triplet: 95, 4F and FF. RGB value is (149,79,255). Sum of RGB (Red+Green+Blue) = 149+79+255=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #954FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FFF is #6AB000. Grayscale: #777777. Windows color (decimal): -6991873 or 16732053. OLE color: 16732053.

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

Color convert

RGB 149 79 255 -
CMYK 0.42 0.69 0 0
HSL 263.86º 1% 0.65% -
HSV(B) 263.86º 0.69% 1% -
XYZ 33.24 19.2 96.56 -
YUV 119.99 204.19 148.69 -
System Red Green Blue C M Y K H S L
Decimal 149 79 255 0.42 0.69 0 0 263.86 1 0.65
Hex 95 4F FF 2A 45 0 0 108 64 41
Octal 225 117 377 52 105 0 0 410 144 101
Binary 10010101 1001111 11111111 101010 1000101 0 0 100001000 1100100 1000001

Color Harmonies of #954FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FFF

Black with #954FFF

Text Example


Text Example

White with #954FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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