Html Css Color HEX #7946CF Slate Blue

📋 copy color: '#7946CF'

red 121 ◦ green 70 ◦ blue 207

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

Shades of Slate Blue #7946CF

Tints of Slate Blue #7946CF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.59%

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

R = 30.4%
G = 17.59%
B = 52.01%

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

#7946CF (or 0x7946CF) is known color: Slate Blue. HEX triplet: 79, 46 and CF. RGB value is (121,70,207). Sum of RGB (Red+Green+Blue) = 121+70+207=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #7946CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946CF is #86B930. Grayscale: #646464. Windows color (decimal): -8829233 or 13583993. OLE color: 13583993.

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

Color convert

RGB 121 70 207 -
CMYK 0.42 0.66 0 0.19
HSL 262.34º 0.59% 0.54% -
HSV(B) 262.34º 0.66% 0.81% -
XYZ 21.34 12.95 60.41 -
YUV 100.87 187.9 142.36 -
System Red Green Blue C M Y K H S L
Decimal 121 70 207 0.42 0.66 0 0.19 262.34 0.59 0.54
Hex 79 46 CF 2A 42 0 13 106 3B 36
Octal 171 106 317 52 102 0 23 406 73 66
Binary 1111001 1000110 11001111 101010 1000010 0 10011 100000110 111011 110110

Color Harmonies of #7946CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7946CF

Black with #7946CF

Text Example


Text Example

White with #7946CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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