Html Css Color HEX #9C7AFA Light Slate Blue

📋 copy color: '#9C7AFA'

red 156 ◦ green 122 ◦ blue 250

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

Shades of Light Slate Blue #9C7AFA

Tints of Light Slate Blue #9C7AFA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.11%

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

R = 29.55%
G = 23.11%
B = 47.35%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C7AFA (or 0x9C7AFA) is known color: Light Slate Blue. HEX triplet: 9C, 7A and FA. RGB value is (156,122,250). Sum of RGB (Red+Green+Blue) = 156+122+250=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C7AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7AFA is #638505. Grayscale: #929292. Windows color (decimal): -6522118 or 16415388. OLE color: 16415388.

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

Color convert

RGB 156 122 250 -
CMYK 0.38 0.51 0 0.02
HSL 255.94º 0.93% 0.73% -
HSV(B) 255.94º 0.51% 0.98% -
XYZ 37.93 27.89 93.83 -
YUV 146.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 156 122 250 0.38 0.51 0 0.02 255.94 0.93 0.73
Hex 9C 7A FA 26 33 0 2 100 5D 49
Octal 234 172 372 46 63 0 2 400 135 111
Binary 10011100 1111010 11111010 100110 110011 0 10 100000000 1011101 1001001

Color Harmonies of #9C7AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7AFA

Black with #9C7AFA

Text Example


Text Example

White with #9C7AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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