Html Css Color HEX #956FFD Light Slate Blue

📋 copy color: '#956FFD'

red 149 ◦ green 111 ◦ blue 253

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

Shades of Light Slate Blue #956FFD

Tints of Light Slate Blue #956FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

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

R = 29.04%
G = 21.64%
B = 49.32%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#956FFD (or 0x956FFD) is known color: Light Slate Blue. HEX triplet: 95, 6F and FD. RGB value is (149,111,253). Sum of RGB (Red+Green+Blue) = 149+111+253=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #956FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FFD is #6A9002. Grayscale: #8A8A8A. Windows color (decimal): -6983683 or 16609173. OLE color: 16609173.

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

Color convert

RGB 149 111 253 -
CMYK 0.41 0.56 0 0.01
HSL 256.06º 0.97% 0.71% -
HSV(B) 256.06º 0.56% 0.99% -
XYZ 35.81 24.85 95.84 -
YUV 138.55 192.59 135.45 -
System Red Green Blue C M Y K H S L
Decimal 149 111 253 0.41 0.56 0 0.01 256.06 0.97 0.71
Hex 95 6F FD 29 38 0 1 100 61 47
Octal 225 157 375 51 70 0 1 400 141 107
Binary 10010101 1101111 11111101 101001 111000 0 1 100000000 1100001 1000111

Color Harmonies of #956FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FFD

Black with #956FFD

Text Example


Text Example

White with #956FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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