Html Css Color HEX #9C6CFD Light Slate Blue

📋 copy color: '#9C6CFD'

red 156 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #9C6CFD

Tints of Light Slate Blue #9C6CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.89%

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

R = 30.17%
G = 20.89%
B = 48.94%

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

#9C6CFD (or 0x9C6CFD) is known color: Light Slate Blue. HEX triplet: 9C, 6C and FD. RGB value is (156,108,253). Sum of RGB (Red+Green+Blue) = 156+108+253=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C6CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6CFD is #639302. Grayscale: #8A8A8A. Windows color (decimal): -6525699 or 16608412. OLE color: 16608412.

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

Color convert

RGB 156 108 253 -
CMYK 0.38 0.57 0 0.01
HSL 259.86º 0.97% 0.71% -
HSV(B) 259.86º 0.57% 0.99% -
XYZ 36.8 24.88 95.79 -
YUV 138.88 192.4 140.21 -
System Red Green Blue C M Y K H S L
Decimal 156 108 253 0.38 0.57 0 0.01 259.86 0.97 0.71
Hex 9C 6C FD 26 39 0 1 104 61 47
Octal 234 154 375 46 71 0 1 404 141 107
Binary 10011100 1101100 11111101 100110 111001 0 1 100000100 1100001 1000111

Color Harmonies of #9C6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6CFD

Black with #9C6CFD

Text Example


Text Example

White with #9C6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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