Html Css Color HEX #7946DD Slate Blue

📋 copy color: '#7946DD'

red 121 ◦ green 70 ◦ blue 221

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

Shades of Slate Blue #7946DD

Tints of Slate Blue #7946DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 29.37%
G = 16.99%
B = 53.64%

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

#7946DD (or 0x7946DD) is known color: Slate Blue. HEX triplet: 79, 46 and DD. RGB value is (121,70,221). Sum of RGB (Red+Green+Blue) = 121+70+221=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #7946DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946DD is #86B922. Grayscale: #656565. Windows color (decimal): -8829219 or 14501497. OLE color: 14501497.

HSL color Cylindrical-coordinate representation of color #7946DD: hue angle of 260.26º degrees, saturation: 0.69, 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 #7946DD is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 70 221 -
CMYK 0.45 0.68 0 0.13
HSL 260.26º 0.69% 0.57% -
HSV(B) 260.26º 0.68% 0.87% -
XYZ 23.13 13.67 69.83 -
YUV 102.46 194.9 141.22 -
System Red Green Blue C M Y K H S L
Decimal 121 70 221 0.45 0.68 0 0.13 260.26 0.69 0.57
Hex 79 46 DD 2D 44 0 D 104 45 39
Octal 171 106 335 55 104 0 15 404 105 71
Binary 1111001 1000110 11011101 101101 1000100 0 1101 100000100 1000101 111001

Color Harmonies of #7946DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7946DD

Black with #7946DD

Text Example


Text Example

White with #7946DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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