Html Css Color HEX #9D4FFD Light Slate Blue

📋 copy color: '#9D4FFD'

red 157 ◦ green 79 ◦ blue 253

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

Shades of Light Slate Blue #9D4FFD

Tints of Light Slate Blue #9D4FFD

RGB

 RED value IS 157 (61.72% from 255) = 32.11%

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

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

R = 32.11%
G = 16.16%
B = 51.74%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9D4FFD (or 0x9D4FFD) is known color: Light Slate Blue. HEX triplet: 9D, 4F and FD. RGB value is (157,79,253). Sum of RGB (Red+Green+Blue) = 157+79+253=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D4FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4FFD is #62B002. Grayscale: #797979. Windows color (decimal): -6467587 or 16600989. OLE color: 16600989.

HSL color Cylindrical-coordinate representation of color #9D4FFD: hue angle of 266.9º 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 #9D4FFD is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 79 253 -
CMYK 0.38 0.69 0 0.01
HSL 266.9º 0.98% 0.65% -
HSV(B) 266.9º 0.69% 0.99% -
XYZ 34.43 19.85 94.95 -
YUV 122.16 201.84 152.85 -
System Red Green Blue C M Y K H S L
Decimal 157 79 253 0.38 0.69 0 0.01 266.9 0.98 0.65
Hex 9D 4F FD 26 45 0 1 10B 62 41
Octal 235 117 375 46 105 0 1 413 142 101
Binary 10011101 1001111 11111101 100110 1000101 0 1 100001011 1100010 1000001

Color Harmonies of #9D4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4FFD

Black with #9D4FFD

Text Example


Text Example

White with #9D4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D4FFD; }

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

 H1.HeaderClassName
 {
   color: #9D4FFD;
 }
 .AnyTagClassName
 {
   color: #9D4FFD;
 }
</style>

background-color css

<style>
 a { background-color: #9D4FFD; }

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

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

border-color css

<style>
 span { border-color: #9D4FFD; }

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

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