Html Css Color HEX #7967DD Medium Slate Blue

📋 copy color: '#7967DD'

red 121 ◦ green 103 ◦ blue 221

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

Shades of Medium Slate Blue #7967DD

Tints of Medium Slate Blue #7967DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.15%

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

R = 27.19%
G = 23.15%
B = 49.66%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7967DD (or 0x7967DD) is known color: Medium Slate Blue. HEX triplet: 79, 67 and DD. RGB value is (121,103,221). Sum of RGB (Red+Green+Blue) = 121+103+221=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #7967DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7967DD is #869822. Grayscale: #797979. Windows color (decimal): -8820771 or 14509945. OLE color: 14509945.

HSL color Cylindrical-coordinate representation of color #7967DD: hue angle of 249.15º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7967DD is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 103 221 -
CMYK 0.45 0.53 0 0.13
HSL 249.15º 0.63% 0.64% -
HSV(B) 249.15º 0.53% 0.87% -
XYZ 25.79 18.99 70.71 -
YUV 121.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 121 103 221 0.45 0.53 0 0.13 249.15 0.63 0.64
Hex 79 67 DD 2D 35 0 D F9 3F 40
Octal 171 147 335 55 65 0 15 371 77 100
Binary 1111001 1100111 11011101 101101 110101 0 1101 11111001 111111 1000000

Color Harmonies of #7967DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7967DD

Black with #7967DD

Text Example


Text Example

White with #7967DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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