Html Css Color HEX #9C80FC Light Slate Blue

📋 copy color: '#9C80FC'

red 156 ◦ green 128 ◦ blue 252

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

Shades of Light Slate Blue #9C80FC

Tints of Light Slate Blue #9C80FC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.88%

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

R = 29.1%
G = 23.88%
B = 47.01%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C80FC (or 0x9C80FC) is known color: Light Slate Blue. HEX triplet: 9C, 80 and FC. RGB value is (156,128,252). Sum of RGB (Red+Green+Blue) = 156+128+252=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C80FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C80FC is #637F03. Grayscale: #969696. Windows color (decimal): -6520580 or 16547996. OLE color: 16547996.

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

Color convert

RGB 156 128 252 -
CMYK 0.38 0.49 0 0.01
HSL 253.55º 0.95% 0.75% -
HSV(B) 253.55º 0.49% 0.99% -
XYZ 39 29.53 95.74 -
YUV 150.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 156 128 252 0.38 0.49 0 0.01 253.55 0.95 0.75
Hex 9C 80 FC 26 31 0 1 FE 5F 4B
Octal 234 200 374 46 61 0 1 376 137 113
Binary 10011100 10000000 11111100 100110 110001 0 1 11111110 1011111 1001011

Color Harmonies of #9C80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C80FC

Black with #9C80FC

Text Example


Text Example

White with #9C80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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