Html Css Color HEX #9C7FFA Light Slate Blue

📋 copy color: '#9C7FFA'

red 156 ◦ green 127 ◦ blue 250

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

Shades of Light Slate Blue #9C7FFA

Tints of Light Slate Blue #9C7FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.9%

R = 29.27%
G = 23.83%
B = 46.9%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C7FFA (or 0x9C7FFA) is known color: Light Slate Blue. HEX triplet: 9C, 7F and FA. RGB value is (156,127,250). Sum of RGB (Red+Green+Blue) = 156+127+250=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C7FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7FFA is #638005. Grayscale: #959595. Windows color (decimal): -6520838 or 16416668. OLE color: 16416668.

HSL color Cylindrical-coordinate representation of color #9C7FFA: hue angle of 254.15º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C7FFA is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 127 250 -
CMYK 0.38 0.49 0 0.02
HSL 254.15º 0.92% 0.74% -
HSV(B) 254.15º 0.49% 0.98% -
XYZ 38.55 29.15 94.04 -
YUV 149.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 156 127 250 0.38 0.49 0 0.02 254.15 0.92 0.74
Hex 9C 7F FA 26 31 0 2 FE 5C 4A
Octal 234 177 372 46 61 0 2 376 134 112
Binary 10011100 1111111 11111010 100110 110001 0 10 11111110 1011100 1001010

Color Harmonies of #9C7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FFA

Black with #9C7FFA

Text Example


Text Example

White with #9C7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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