Html Css Color HEX #9D56FE Light Slate Blue

📋 copy color: '#9D56FE'

red 157 ◦ green 86 ◦ blue 254

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

Shades of Light Slate Blue #9D56FE

Tints of Light Slate Blue #9D56FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.3%

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

R = 31.59%
G = 17.3%
B = 51.11%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9D56FE (or 0x9D56FE) is known color: Light Slate Blue. HEX triplet: 9D, 56 and FE. RGB value is (157,86,254). Sum of RGB (Red+Green+Blue) = 157+86+254=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D56FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D56FE is #62A901. Grayscale: #7D7D7D. Windows color (decimal): -6465794 or 16668317. OLE color: 16668317.

HSL color Cylindrical-coordinate representation of color #9D56FE: hue angle of 265.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D56FE is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 86 254 -
CMYK 0.38 0.66 0 0.00
HSL 265.36º 0.99% 0.67% -
HSV(B) 265.36º 0.66% 1% -
XYZ 35.12 20.98 95.96 -
YUV 126.38 200.02 149.84 -
System Red Green Blue C M Y K H S L
Decimal 157 86 254 0.38 0.66 0 0.00 265.36 0.99 0.67
Hex 9D 56 FE 26 42 0 0 109 63 43
Octal 235 126 376 46 102 0 0 411 143 103
Binary 10011101 1010110 11111110 100110 1000010 0 0 100001001 1100011 1000011

Color Harmonies of #9D56FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D56FE

Black with #9D56FE

Text Example


Text Example

White with #9D56FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,86,254); }

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

background-color css

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

 a { background-color: rgb(157,86,254); }

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

border-color css

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

 span { border-color: rgb(157,86,254); }

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