Html Css Color HEX #7946CC Slate Blue

📋 copy color: '#7946CC'

red 121 ◦ green 70 ◦ blue 204

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

Shades of Slate Blue #7946CC

Tints of Slate Blue #7946CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 30.63%
G = 17.72%
B = 51.65%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7946CC (or 0x7946CC) is known color: Slate Blue. HEX triplet: 79, 46 and CC. RGB value is (121,70,204). Sum of RGB (Red+Green+Blue) = 121+70+204=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #7946CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946CC is #86B933. Grayscale: #646464. Windows color (decimal): -8829236 or 13387385. OLE color: 13387385.

HSL color Cylindrical-coordinate representation of color #7946CC: hue angle of 262.84º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7946CC is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 70 204 -
CMYK 0.41 0.66 0 0.2
HSL 262.84º 0.57% 0.54% -
HSV(B) 262.84º 0.66% 0.8% -
XYZ 20.97 12.8 58.49 -
YUV 100.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 121 70 204 0.41 0.66 0 0.2 262.84 0.57 0.54
Hex 79 46 CC 29 42 0 14 107 39 36
Octal 171 106 314 51 102 0 24 407 71 66
Binary 1111001 1000110 11001100 101001 1000010 0 10100 100000111 111001 110110

Color Harmonies of #7946CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7946CC

Black with #7946CC

Text Example


Text Example

White with #7946CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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