Html Css Color HEX #9C6DFD Light Slate Blue

📋 copy color: '#9C6DFD'

red 156 ◦ green 109 ◦ blue 253

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

Shades of Light Slate Blue #9C6DFD

Tints of Light Slate Blue #9C6DFD

RGB

 RED value IS 156 (61.33% from 255) = 30.12%

 GREEN value IS 109 (42.97% from 255) = 21.04%

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

R = 30.12%
G = 21.04%
B = 48.84%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C6DFD (or 0x9C6DFD) is known color: Light Slate Blue. HEX triplet: 9C, 6D and FD. RGB value is (156,109,253). Sum of RGB (Red+Green+Blue) = 156+109+253=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C6DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6DFD is #639202. Grayscale: #8A8A8A. Windows color (decimal): -6525443 or 16608668. OLE color: 16608668.

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

Color convert

RGB 156 109 253 -
CMYK 0.38 0.57 0 0.01
HSL 259.58º 0.97% 0.71% -
HSV(B) 259.58º 0.57% 0.99% -
XYZ 36.91 25.1 95.83 -
YUV 139.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 156 109 253 0.38 0.57 0 0.01 259.58 0.97 0.71
Hex 9C 6D FD 26 39 0 1 104 61 47
Octal 234 155 375 46 71 0 1 404 141 107
Binary 10011100 1101101 11111101 100110 111001 0 1 100000100 1100001 1000111

Color Harmonies of #9C6DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DFD

Black with #9C6DFD

Text Example


Text Example

White with #9C6DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,109,253); }

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

background-color css

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

 a { background-color: rgb(156,109,253); }

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

border-color css

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

 span { border-color: rgb(156,109,253); }

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