Html Css Color HEX #9C79FF Light Slate Blue

📋 copy color: '#9C79FF'

red 156 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #9C79FF

Tints of Light Slate Blue #9C79FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.74%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 29.32%
G = 22.74%
B = 47.93%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C79FF (or 0x9C79FF) is known color: Light Slate Blue. HEX triplet: 9C, 79 and FF. RGB value is (156,121,255). Sum of RGB (Red+Green+Blue) = 156+121+255=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C79FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C79FF is #638600. Grayscale: #929292. Windows color (decimal): -6522369 or 16742812. OLE color: 16742812.

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

Color convert

RGB 156 121 255 -
CMYK 0.39 0.53 0 0
HSL 255.67º 1% 0.74% -
HSV(B) 255.67º 0.53% 1% -
XYZ 38.6 27.96 97.97 -
YUV 146.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 156 121 255 0.39 0.53 0 0 255.67 1 0.74
Hex 9C 79 FF 27 35 0 0 100 64 4A
Octal 234 171 377 47 65 0 0 400 144 112
Binary 10011100 1111001 11111111 100111 110101 0 0 100000000 1100100 1001010

Color Harmonies of #9C79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C79FF

Black with #9C79FF

Text Example


Text Example

White with #9C79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,121,255); }

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

background-color css

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

 a { background-color: rgb(156,121,255); }

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

border-color css

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

 span { border-color: rgb(156,121,255); }

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