Html Css Color HEX #7946CD Slate Blue

📋 copy color: '#7946CD'

red 121 ◦ green 70 ◦ blue 205

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

Shades of Slate Blue #7946CD

Tints of Slate Blue #7946CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 30.56%
G = 17.68%
B = 51.77%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7946CD (or 0x7946CD) is known color: Slate Blue. HEX triplet: 79, 46 and CD. RGB value is (121,70,205). Sum of RGB (Red+Green+Blue) = 121+70+205=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #7946CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946CD is #86B932. Grayscale: #646464. Windows color (decimal): -8829235 or 13452921. OLE color: 13452921.

HSL color Cylindrical-coordinate representation of color #7946CD: hue angle of 262.67º 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 #7946CD is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 70 205 -
CMYK 0.41 0.66 0 0.20
HSL 262.67º 0.57% 0.54% -
HSV(B) 262.67º 0.66% 0.8% -
XYZ 21.09 12.85 59.13 -
YUV 100.64 186.9 142.52 -
System Red Green Blue C M Y K H S L
Decimal 121 70 205 0.41 0.66 0 0.20 262.67 0.57 0.54
Hex 79 46 CD 29 42 0 14 107 39 36
Octal 171 106 315 51 102 0 24 407 71 66
Binary 1111001 1000110 11001101 101001 1000010 0 10100 100000111 111001 110110

Color Harmonies of #7946CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7946CD

Black with #7946CD

Text Example


Text Example

White with #7946CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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