Html Css Color HEX #9C7AF8 Light Slate Blue

📋 copy color: '#9C7AF8'

red 156 ◦ green 122 ◦ blue 248

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

Shades of Light Slate Blue #9C7AF8

Tints of Light Slate Blue #9C7AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.15%

R = 29.66%
G = 23.19%
B = 47.15%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9C7AF8 (or 0x9C7AF8) is known color: Light Slate Blue. HEX triplet: 9C, 7A and F8. RGB value is (156,122,248). Sum of RGB (Red+Green+Blue) = 156+122+248=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C7AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7AF8 is #638507. Grayscale: #929292. Windows color (decimal): -6522120 or 16284316. OLE color: 16284316.

HSL color Cylindrical-coordinate representation of color #9C7AF8: hue angle of 256.19º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C7AF8 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 156 122 248 -
CMYK 0.37 0.51 0 0.03
HSL 256.19º 0.9% 0.73% -
HSV(B) 256.19º 0.51% 0.97% -
XYZ 37.61 27.76 92.18 -
YUV 146.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 156 122 248 0.37 0.51 0 0.03 256.19 0.9 0.73
Hex 9C 7A F8 25 33 0 3 100 5A 49
Octal 234 172 370 45 63 0 3 400 132 111
Binary 10011100 1111010 11111000 100101 110011 0 11 100000000 1011010 1001001

Color Harmonies of #9C7AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7AF8

Black with #9C7AF8

Text Example


Text Example

White with #9C7AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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