Html Css Color HEX #7947DE Slate Blue

📋 copy color: '#7947DE'

red 121 ◦ green 71 ◦ blue 222

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

Shades of Slate Blue #7947DE

Tints of Slate Blue #7947DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 29.23%
G = 17.15%
B = 53.62%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7947DE (or 0x7947DE) is known color: Slate Blue. HEX triplet: 79, 47 and DE. RGB value is (121,71,222). Sum of RGB (Red+Green+Blue) = 121+71+222=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #7947DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7947DE is #86B821. Grayscale: #666666. Windows color (decimal): -8828962 or 14567289. OLE color: 14567289.

HSL color Cylindrical-coordinate representation of color #7947DE: hue angle of 259.87º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7947DE is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 71 222 -
CMYK 0.45 0.68 0 0.13
HSL 259.87º 0.7% 0.57% -
HSV(B) 259.87º 0.68% 0.87% -
XYZ 23.32 13.85 70.55 -
YUV 103.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 121 71 222 0.45 0.68 0 0.13 259.87 0.7 0.57
Hex 79 47 DE 2D 44 0 D 104 46 39
Octal 171 107 336 55 104 0 15 404 106 71
Binary 1111001 1000111 11011110 101101 1000100 0 1101 100000100 1000110 111001

Color Harmonies of #7947DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7947DE

Black with #7947DE

Text Example


Text Example

White with #7947DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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