Html Css Color HEX #796DDA Medium Slate Blue

📋 copy color: '#796DDA'

red 121 ◦ green 109 ◦ blue 218

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

Shades of Medium Slate Blue #796DDA

Tints of Medium Slate Blue #796DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.33%

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 27.01%
G = 24.33%
B = 48.66%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#796DDA (or 0x796DDA) is known color: Medium Slate Blue. HEX triplet: 79, 6D and DA. RGB value is (121,109,218). Sum of RGB (Red+Green+Blue) = 121+109+218=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #796DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DDA is #869225. Grayscale: #7C7C7C. Windows color (decimal): -8819238 or 14314873. OLE color: 14314873.

HSL color Cylindrical-coordinate representation of color #796DDA: hue angle of 246.61º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796DDA is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 109 218 -
CMYK 0.44 0.5 0 0.15
HSL 246.61º 0.6% 0.64% -
HSV(B) 246.61º 0.5% 0.85% -
XYZ 26.01 20.06 68.83 -
YUV 125.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 121 109 218 0.44 0.5 0 0.15 246.61 0.6 0.64
Hex 79 6D DA 2C 32 0 F F7 3C 40
Octal 171 155 332 54 62 0 17 367 74 100
Binary 1111001 1101101 11011010 101100 110010 0 1111 11110111 111100 1000000

Color Harmonies of #796DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DDA

Black with #796DDA

Text Example


Text Example

White with #796DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796DDA; }

 p { color: rgb(121,109,218); }

 H1.HeaderClassName
 {
   color: #796DDA;
 }
 .AnyTagClassName
 {
   color: #796DDA;
 }
</style>

background-color css

<style>
 a { background-color: #796DDA; }

 a { background-color: rgb(121,109,218); }

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

border-color css

<style>
 span { border-color: #796DDA; }

 span { border-color: rgb(121,109,218); }

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