Html Css Color HEX #9C76FC Light Slate Blue

📋 copy color: '#9C76FC'

red 156 ◦ green 118 ◦ blue 252

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

Shades of Light Slate Blue #9C76FC

Tints of Light Slate Blue #9C76FC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.43%

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

R = 29.66%
G = 22.43%
B = 47.91%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C76FC (or 0x9C76FC) is known color: Light Slate Blue. HEX triplet: 9C, 76 and FC. RGB value is (156,118,252). Sum of RGB (Red+Green+Blue) = 156+118+252=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C76FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C76FC is #638903. Grayscale: #909090. Windows color (decimal): -6523140 or 16545436. OLE color: 16545436.

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

Color convert

RGB 156 118 252 -
CMYK 0.38 0.53 0 0.01
HSL 257.01º 0.96% 0.73% -
HSV(B) 257.01º 0.53% 0.99% -
XYZ 37.76 27.05 95.33 -
YUV 144.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 156 118 252 0.38 0.53 0 0.01 257.01 0.96 0.73
Hex 9C 76 FC 26 35 0 1 101 60 49
Octal 234 166 374 46 65 0 1 401 140 111
Binary 10011100 1110110 11111100 100110 110101 0 1 100000001 1100000 1001001

Color Harmonies of #9C76FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C76FC

Black with #9C76FC

Text Example


Text Example

White with #9C76FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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