Html Css Color HEX #9D60FE Light Slate Blue

📋 copy color: '#9D60FE'

red 157 ◦ green 96 ◦ blue 254

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

Shades of Light Slate Blue #9D60FE

Tints of Light Slate Blue #9D60FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.93%

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

R = 30.97%
G = 18.93%
B = 50.1%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9D60FE (or 0x9D60FE) is known color: Light Slate Blue. HEX triplet: 9D, 60 and FE. RGB value is (157,96,254). Sum of RGB (Red+Green+Blue) = 157+96+254=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D60FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D60FE is #629F01. Grayscale: #838383. Windows color (decimal): -6463234 or 16670877. OLE color: 16670877.

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

Color convert

RGB 157 96 254 -
CMYK 0.38 0.62 0 0.00
HSL 263.16º 0.99% 0.69% -
HSV(B) 263.16º 0.62% 1% -
XYZ 35.98 22.69 96.25 -
YUV 132.25 196.71 145.65 -
System Red Green Blue C M Y K H S L
Decimal 157 96 254 0.38 0.62 0 0.00 263.16 0.99 0.69
Hex 9D 60 FE 26 3E 0 0 107 63 45
Octal 235 140 376 46 76 0 0 407 143 105
Binary 10011101 1100000 11111110 100110 111110 0 0 100000111 1100011 1000101

Color Harmonies of #9D60FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D60FE

Black with #9D60FE

Text Example


Text Example

White with #9D60FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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