Html Css Color HEX #796BDD Medium Slate Blue

📋 copy color: '#796BDD'

red 121 ◦ green 107 ◦ blue 221

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

Shades of Medium Slate Blue #796BDD

Tints of Medium Slate Blue #796BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.83%

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

R = 26.95%
G = 23.83%
B = 49.22%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#796BDD (or 0x796BDD) is known color: Medium Slate Blue. HEX triplet: 79, 6B and DD. RGB value is (121,107,221). Sum of RGB (Red+Green+Blue) = 121+107+221=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #796BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BDD is #869422. Grayscale: #7B7B7B. Windows color (decimal): -8819747 or 14510969. OLE color: 14510969.

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

Color convert

RGB 121 107 221 -
CMYK 0.45 0.52 0 0.13
HSL 247.37º 0.63% 0.64% -
HSV(B) 247.37º 0.52% 0.87% -
XYZ 26.19 19.8 70.85 -
YUV 124.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 121 107 221 0.45 0.52 0 0.13 247.37 0.63 0.64
Hex 79 6B DD 2D 34 0 D F7 3F 40
Octal 171 153 335 55 64 0 15 367 77 100
Binary 1111001 1101011 11011101 101101 110100 0 1101 11110111 111111 1000000

Color Harmonies of #796BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BDD

Black with #796BDD

Text Example


Text Example

White with #796BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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