Html Css Color HEX #7947CF Slate Blue

📋 copy color: '#7947CF'

red 121 ◦ green 71 ◦ blue 207

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

Shades of Slate Blue #7947CF

Tints of Slate Blue #7947CF

RGB

 RED value IS 121 (47.66% from 255) = 30.33%

 GREEN value IS 71 (28.13% from 255) = 17.79%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 30.33%
G = 17.79%
B = 51.88%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7947CF (or 0x7947CF) is known color: Slate Blue. HEX triplet: 79, 47 and CF. RGB value is (121,71,207). Sum of RGB (Red+Green+Blue) = 121+71+207=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #7947CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7947CF is #86B830. Grayscale: #646464. Windows color (decimal): -8828977 or 13584249. OLE color: 13584249.

HSL color Cylindrical-coordinate representation of color #7947CF: hue angle of 262.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7947CF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 71 207 -
CMYK 0.42 0.66 0 0.19
HSL 262.06º 0.59% 0.55% -
HSV(B) 262.06º 0.66% 0.81% -
XYZ 21.4 13.08 60.43 -
YUV 101.45 187.57 141.94 -
System Red Green Blue C M Y K H S L
Decimal 121 71 207 0.42 0.66 0 0.19 262.06 0.59 0.55
Hex 79 47 CF 2A 42 0 13 106 3B 37
Octal 171 107 317 52 102 0 23 406 73 67
Binary 1111001 1000111 11001111 101010 1000010 0 10011 100000110 111011 110111

Color Harmonies of #7947CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7947CF

Black with #7947CF

Text Example


Text Example

White with #7947CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7947CF; }

 p { color: rgb(121,71,207); }

 H1.HeaderClassName
 {
   color: #7947CF;
 }
 .AnyTagClassName
 {
   color: #7947CF;
 }
</style>

background-color css

<style>
 a { background-color: #7947CF; }

 a { background-color: rgb(121,71,207); }

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

border-color css

<style>
 span { border-color: #7947CF; }

 span { border-color: rgb(121,71,207); }

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