Html Css Color HEX #796AF0 Medium Slate Blue

📋 copy color: '#796AF0'

red 121 ◦ green 106 ◦ blue 240

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

Shades of Medium Slate Blue #796AF0

Tints of Medium Slate Blue #796AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.7%

 BLUE value IS 240 (94.14% from 255) = 51.39%

R = 25.91%
G = 22.7%
B = 51.39%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#796AF0 (or 0x796AF0) is known color: Medium Slate Blue. HEX triplet: 79, 6A and F0. RGB value is (121,106,240). Sum of RGB (Red+Green+Blue) = 121+106+240=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #796AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796AF0 is #86950F. Grayscale: #7D7D7D. Windows color (decimal): -8819984 or 15755897. OLE color: 15755897.

HSL color Cylindrical-coordinate representation of color #796AF0: hue angle of 246.72º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #796AF0 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 106 240 -
CMYK 0.50 0.56 0 0.06
HSL 246.72º 0.82% 0.68% -
HSV(B) 246.72º 0.56% 0.94% -
XYZ 28.77 20.66 84.91 -
YUV 125.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 121 106 240 0.50 0.56 0 0.06 246.72 0.82 0.68
Hex 79 6A F0 32 38 0 6 F7 52 44
Octal 171 152 360 62 70 0 6 367 122 104
Binary 1111001 1101010 11110000 110010 111000 0 110 11110111 1010010 1000100

Color Harmonies of #796AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796AF0

Black with #796AF0

Text Example


Text Example

White with #796AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,106,240); }

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

background-color css

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

 a { background-color: rgb(121,106,240); }

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

border-color css

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

 span { border-color: rgb(121,106,240); }

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