Html Css Color HEX #9D6EFC Light Slate Blue

📋 copy color: '#9D6EFC'

red 157 ◦ green 110 ◦ blue 252

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

Shades of Light Slate Blue #9D6EFC

Tints of Light Slate Blue #9D6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.19%

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 30.25%
G = 21.19%
B = 48.55%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9D6EFC (or 0x9D6EFC) is known color: Light Slate Blue. HEX triplet: 9D, 6E and FC. RGB value is (157,110,252). Sum of RGB (Red+Green+Blue) = 157+110+252=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D6EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6EFC is #629103. Grayscale: #8B8B8B. Windows color (decimal): -6459652 or 16543389. OLE color: 16543389.

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

Color convert

RGB 157 110 252 -
CMYK 0.38 0.56 0 0.01
HSL 259.86º 0.96% 0.71% -
HSV(B) 259.86º 0.56% 0.99% -
XYZ 37.05 25.35 95.04 -
YUV 140.24 191.07 139.95 -
System Red Green Blue C M Y K H S L
Decimal 157 110 252 0.38 0.56 0 0.01 259.86 0.96 0.71
Hex 9D 6E FC 26 38 0 1 104 60 47
Octal 235 156 374 46 70 0 1 404 140 107
Binary 10011101 1101110 11111100 100110 111000 0 1 100000100 1100000 1000111

Color Harmonies of #9D6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6EFC

Black with #9D6EFC

Text Example


Text Example

White with #9D6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,110,252); }

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

background-color css

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

 a { background-color: rgb(157,110,252); }

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

border-color css

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

 span { border-color: rgb(157,110,252); }

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