Html Css Color HEX #9C7AFD Light Slate Blue

📋 copy color: '#9C7AFD'

red 156 ◦ green 122 ◦ blue 253

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

Shades of Light Slate Blue #9C7AFD

Tints of Light Slate Blue #9C7AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 29.38%
G = 22.98%
B = 47.65%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C7AFD (or 0x9C7AFD) is known color: Light Slate Blue. HEX triplet: 9C, 7A and FD. RGB value is (156,122,253). Sum of RGB (Red+Green+Blue) = 156+122+253=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C7AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7AFD is #638502. Grayscale: #929292. Windows color (decimal): -6522115 or 16611996. OLE color: 16611996.

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

Color convert

RGB 156 122 253 -
CMYK 0.38 0.52 0 0.01
HSL 255.57º 0.97% 0.74% -
HSV(B) 255.57º 0.52% 0.99% -
XYZ 38.4 28.08 96.32 -
YUV 147.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 156 122 253 0.38 0.52 0 0.01 255.57 0.97 0.74
Hex 9C 7A FD 26 34 0 1 100 61 4A
Octal 234 172 375 46 64 0 1 400 141 112
Binary 10011100 1111010 11111101 100110 110100 0 1 100000000 1100001 1001010

Color Harmonies of #9C7AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7AFD

Black with #9C7AFD

Text Example


Text Example

White with #9C7AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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