Html Css Color HEX #9C6FFC Light Slate Blue

📋 copy color: '#9C6FFC'

red 156 ◦ green 111 ◦ blue 252

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

Shades of Light Slate Blue #9C6FFC

Tints of Light Slate Blue #9C6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.39%

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

R = 30.06%
G = 21.39%
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

#9C6FFC (or 0x9C6FFC) is known color: Light Slate Blue. HEX triplet: 9C, 6F and FC. RGB value is (156,111,252). Sum of RGB (Red+Green+Blue) = 156+111+252=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 111 (43.75% from 255 or 21.39% 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 #9C6FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6FFC is #639003. Grayscale: #8C8C8C. Windows color (decimal): -6524932 or 16543644. OLE color: 16543644.

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

Color convert

RGB 156 111 252 -
CMYK 0.38 0.56 0 0.01
HSL 259.15º 0.96% 0.71% -
HSV(B) 259.15º 0.56% 0.99% -
XYZ 36.97 25.47 95.06 -
YUV 140.53 190.91 139.04 -
System Red Green Blue C M Y K H S L
Decimal 156 111 252 0.38 0.56 0 0.01 259.15 0.96 0.71
Hex 9C 6F FC 26 38 0 1 103 60 47
Octal 234 157 374 46 70 0 1 403 140 107
Binary 10011100 1101111 11111100 100110 111000 0 1 100000011 1100000 1000111

Color Harmonies of #9C6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6FFC

Black with #9C6FFC

Text Example


Text Example

White with #9C6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,111,252); }

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

background-color css

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

 a { background-color: rgb(156,111,252); }

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

border-color css

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

 span { border-color: rgb(156,111,252); }

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