Html Css Color HEX #9A76F7 Light Slate Blue

📋 copy color: '#9A76F7'

red 154 ◦ green 118 ◦ blue 247

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

Shades of Light Slate Blue #9A76F7

Tints of Light Slate Blue #9A76F7

RGB

 RED value IS 154 (60.55% from 255) = 29.67%

 GREEN value IS 118 (46.48% from 255) = 22.74%

 BLUE value IS 247 (96.88% from 255) = 47.59%

R = 29.67%
G = 22.74%
B = 47.59%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9A76F7 (or 0x9A76F7) is known color: Light Slate Blue. HEX triplet: 9A, 76 and F7. RGB value is (154,118,247). Sum of RGB (Red+Green+Blue) = 154+118+247=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A76F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A76F7 is #658908. Grayscale: #8E8E8E. Windows color (decimal): -6654217 or 16217754. OLE color: 16217754.

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

Color convert

RGB 154 118 247 -
CMYK 0.38 0.52 0 0.03
HSL 256.74º 0.89% 0.72% -
HSV(B) 256.74º 0.52% 0.97% -
XYZ 36.59 26.54 91.19 -
YUV 143.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 154 118 247 0.38 0.52 0 0.03 256.74 0.89 0.72
Hex 9A 76 F7 26 34 0 3 101 59 48
Octal 232 166 367 46 64 0 3 401 131 110
Binary 10011010 1110110 11110111 100110 110100 0 11 100000001 1011001 1001000

Color Harmonies of #9A76F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A76F7

Black with #9A76F7

Text Example


Text Example

White with #9A76F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,118,247); }

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

background-color css

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

 a { background-color: rgb(154,118,247); }

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

border-color css

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

 span { border-color: rgb(154,118,247); }

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