Html Css Color HEX #796AF4 Medium Slate Blue

📋 copy color: '#796AF4'

red 121 ◦ green 106 ◦ blue 244

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

Shades of Medium Slate Blue #796AF4

Tints of Medium Slate Blue #796AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 51.8%

R = 25.69%
G = 22.51%
B = 51.8%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#796AF4 (or 0x796AF4) is known color: Medium Slate Blue. HEX triplet: 79, 6A and F4. RGB value is (121,106,244). Sum of RGB (Red+Green+Blue) = 121+106+244=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 244 (95.70% from 255 or 51.80% from 471); Max value from RGB is 244 - color contains mainly: blue. Hex color #796AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796AF4 is #86950B. Grayscale: #7D7D7D. Windows color (decimal): -8819980 or 16018041. OLE color: 16018041.

HSL color Cylindrical-coordinate representation of color #796AF4: hue angle of 246.52º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #796AF4 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 121 106 244 -
CMYK 0.50 0.57 0 0.04
HSL 246.52º 0.86% 0.69% -
HSV(B) 246.52º 0.57% 0.96% -
XYZ 29.37 20.9 88.08 -
YUV 126.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 121 106 244 0.50 0.57 0 0.04 246.52 0.86 0.69
Hex 79 6A F4 32 39 0 4 F7 56 45
Octal 171 152 364 62 71 0 4 367 126 105
Binary 1111001 1101010 11110100 110010 111001 0 100 11110111 1010110 1000101

Color Harmonies of #796AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796AF4

Black with #796AF4

Text Example


Text Example

White with #796AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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