Html Css Color HEX #9C7FFE Light Slate Blue

📋 copy color: '#9C7FFE'

red 156 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #9C7FFE

Tints of Light Slate Blue #9C7FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.65%

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

R = 29.05%
G = 23.65%
B = 47.3%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C7FFE (or 0x9C7FFE) is known color: Light Slate Blue. HEX triplet: 9C, 7F and FE. RGB value is (156,127,254). Sum of RGB (Red+Green+Blue) = 156+127+254=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C7FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7FFE is #638001. Grayscale: #959595. Windows color (decimal): -6520834 or 16678812. OLE color: 16678812.

HSL color Cylindrical-coordinate representation of color #9C7FFE: hue angle of 253.7º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C7FFE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 127 254 -
CMYK 0.39 0.50 0 0.00
HSL 253.7º 0.98% 0.75% -
HSV(B) 253.7º 0.5% 1% -
XYZ 39.19 29.4 97.38 -
YUV 150.15 186.61 132.17 -
System Red Green Blue C M Y K H S L
Decimal 156 127 254 0.39 0.50 0 0.00 253.7 0.98 0.75
Hex 9C 7F FE 27 32 0 0 FE 62 4B
Octal 234 177 376 47 62 0 0 376 142 113
Binary 10011100 1111111 11111110 100111 110010 0 0 11111110 1100010 1001011

Color Harmonies of #9C7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FFE

Black with #9C7FFE

Text Example


Text Example

White with #9C7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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