Html Css Color HEX #9C71FE Light Slate Blue

📋 copy color: '#9C71FE'

red 156 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #9C71FE

Tints of Light Slate Blue #9C71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.61%

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

R = 29.83%
G = 21.61%
B = 48.57%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C71FE (or 0x9C71FE) is known color: Light Slate Blue. HEX triplet: 9C, 71 and FE. RGB value is (156,113,254). Sum of RGB (Red+Green+Blue) = 156+113+254=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C71FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C71FE is #638E01. Grayscale: #8D8D8D. Windows color (decimal): -6524418 or 16675228. OLE color: 16675228.

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

Color convert

RGB 156 113 254 -
CMYK 0.39 0.56 0 0.00
HSL 258.3º 0.99% 0.72% -
HSV(B) 258.3º 0.56% 1% -
XYZ 37.5 26.03 96.81 -
YUV 141.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 156 113 254 0.39 0.56 0 0.00 258.3 0.99 0.72
Hex 9C 71 FE 27 38 0 0 102 63 48
Octal 234 161 376 47 70 0 0 402 143 110
Binary 10011100 1110001 11111110 100111 111000 0 0 100000010 1100011 1001000

Color Harmonies of #9C71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C71FE

Black with #9C71FE

Text Example


Text Example

White with #9C71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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