Html Css Color HEX #9C76FE Light Slate Blue

📋 copy color: '#9C76FE'

red 156 ◦ green 118 ◦ blue 254

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

Shades of Light Slate Blue #9C76FE

Tints of Light Slate Blue #9C76FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 29.55%
G = 22.35%
B = 48.11%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C76FE (or 0x9C76FE) is known color: Light Slate Blue. HEX triplet: 9C, 76 and FE. RGB value is (156,118,254). Sum of RGB (Red+Green+Blue) = 156+118+254=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C76FE is #638901. Grayscale: #909090. Windows color (decimal): -6523138 or 16676508. OLE color: 16676508.

HSL color Cylindrical-coordinate representation of color #9C76FE: hue angle of 256.76º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C76FE is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 118 254 -
CMYK 0.39 0.54 0 0.00
HSL 256.76º 0.99% 0.73% -
HSV(B) 256.76º 0.54% 1% -
XYZ 38.08 27.18 97.01 -
YUV 144.87 189.59 135.94 -
System Red Green Blue C M Y K H S L
Decimal 156 118 254 0.39 0.54 0 0.00 256.76 0.99 0.73
Hex 9C 76 FE 27 36 0 0 101 63 49
Octal 234 166 376 47 66 0 0 401 143 111
Binary 10011100 1110110 11111110 100111 110110 0 0 100000001 1100011 1001001

Color Harmonies of #9C76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C76FE

Black with #9C76FE

Text Example


Text Example

White with #9C76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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