Html Css Color HEX #954FFE Light Slate Blue

📋 copy color: '#954FFE'

red 149 ◦ green 79 ◦ blue 254

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

Shades of Light Slate Blue #954FFE

Tints of Light Slate Blue #954FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 30.91%
G = 16.39%
B = 52.7%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#954FFE (or 0x954FFE) is known color: Light Slate Blue. HEX triplet: 95, 4F and FE. RGB value is (149,79,254). Sum of RGB (Red+Green+Blue) = 149+79+254=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #954FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FFE is #6AB001. Grayscale: #777777. Windows color (decimal): -6991874 or 16666517. OLE color: 16666517.

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

Color convert

RGB 149 79 254 -
CMYK 0.41 0.69 0 0.00
HSL 264º 0.99% 0.65% -
HSV(B) 264º 0.69% 1% -
XYZ 33.08 19.14 95.72 -
YUV 119.88 203.69 148.77 -
System Red Green Blue C M Y K H S L
Decimal 149 79 254 0.41 0.69 0 0.00 264 0.99 0.65
Hex 95 4F FE 29 45 0 0 108 63 41
Octal 225 117 376 51 105 0 0 410 143 101
Binary 10010101 1001111 11111110 101001 1000101 0 0 100001000 1100011 1000001

Color Harmonies of #954FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FFE

Black with #954FFE

Text Example


Text Example

White with #954FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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