Html Css Color HEX #954FFD Light Slate Blue

📋 copy color: '#954FFD'

red 149 ◦ green 79 ◦ blue 253

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

Shades of Light Slate Blue #954FFD

Tints of Light Slate Blue #954FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 30.98%
G = 16.42%
B = 52.6%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#954FFD (or 0x954FFD) is known color: Light Slate Blue. HEX triplet: 95, 4F and FD. RGB value is (149,79,253). Sum of RGB (Red+Green+Blue) = 149+79+253=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #954FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FFD is #6AB002. Grayscale: #777777. Windows color (decimal): -6991875 or 16600981. OLE color: 16600981.

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

Color convert

RGB 149 79 253 -
CMYK 0.41 0.69 0 0.01
HSL 264.14º 0.98% 0.65% -
HSV(B) 264.14º 0.69% 0.99% -
XYZ 32.92 19.07 94.87 -
YUV 119.77 203.19 148.85 -
System Red Green Blue C M Y K H S L
Decimal 149 79 253 0.41 0.69 0 0.01 264.14 0.98 0.65
Hex 95 4F FD 29 45 0 1 108 62 41
Octal 225 117 375 51 105 0 1 410 142 101
Binary 10010101 1001111 11111101 101001 1000101 0 1 100001000 1100010 1000001

Color Harmonies of #954FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FFD

Black with #954FFD

Text Example


Text Example

White with #954FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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