Html Css Color HEX #9C6CFB Light Slate Blue

📋 copy color: '#9C6CFB'

red 156 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #9C6CFB

Tints of Light Slate Blue #9C6CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 30.29%
G = 20.97%
B = 48.74%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C6CFB (or 0x9C6CFB) is known color: Light Slate Blue. HEX triplet: 9C, 6C and FB. RGB value is (156,108,251). Sum of RGB (Red+Green+Blue) = 156+108+251=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6CFB is #639304. Grayscale: #8A8A8A. Windows color (decimal): -6525701 or 16477340. OLE color: 16477340.

HSL color Cylindrical-coordinate representation of color #9C6CFB: hue angle of 260.14º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C6CFB is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 108 251 -
CMYK 0.38 0.57 0 0.02
HSL 260.14º 0.95% 0.7% -
HSV(B) 260.14º 0.57% 0.98% -
XYZ 36.49 24.76 94.12 -
YUV 138.65 191.4 140.37 -
System Red Green Blue C M Y K H S L
Decimal 156 108 251 0.38 0.57 0 0.02 260.14 0.95 0.7
Hex 9C 6C FB 26 39 0 2 104 5F 46
Octal 234 154 373 46 71 0 2 404 137 106
Binary 10011100 1101100 11111011 100110 111001 0 10 100000100 1011111 1000110

Color Harmonies of #9C6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6CFB

Black with #9C6CFB

Text Example


Text Example

White with #9C6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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