Html Css Color HEX #796BDF Medium Slate Blue

📋 copy color: '#796BDF'

red 121 ◦ green 107 ◦ blue 223

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

Shades of Medium Slate Blue #796BDF

Tints of Medium Slate Blue #796BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 26.83%
G = 23.73%
B = 49.45%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#796BDF (or 0x796BDF) is known color: Medium Slate Blue. HEX triplet: 79, 6B and DF. RGB value is (121,107,223). Sum of RGB (Red+Green+Blue) = 121+107+223=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #796BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BDF is #869420. Grayscale: #7B7B7B. Windows color (decimal): -8819745 or 14642041. OLE color: 14642041.

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

Color convert

RGB 121 107 223 -
CMYK 0.46 0.52 0 0.13
HSL 247.24º 0.64% 0.65% -
HSV(B) 247.24º 0.52% 0.87% -
XYZ 26.46 19.91 72.26 -
YUV 124.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 121 107 223 0.46 0.52 0 0.13 247.24 0.64 0.65
Hex 79 6B DF 2E 34 0 D F7 40 41
Octal 171 153 337 56 64 0 15 367 100 101
Binary 1111001 1101011 11011111 101110 110100 0 1101 11110111 1000000 1000001

Color Harmonies of #796BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BDF

Black with #796BDF

Text Example


Text Example

White with #796BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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