Html Css Color HEX #796BE0 Medium Slate Blue

📋 copy color: '#796BE0'

red 121 ◦ green 107 ◦ blue 224

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

Shades of Medium Slate Blue #796BE0

Tints of Medium Slate Blue #796BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 26.77%
G = 23.67%
B = 49.56%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#796BE0 (or 0x796BE0) is known color: Medium Slate Blue. HEX triplet: 79, 6B and E0. RGB value is (121,107,224). Sum of RGB (Red+Green+Blue) = 121+107+224=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #796BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BE0 is #86941F. Grayscale: #7C7C7C. Windows color (decimal): -8819744 or 14707577. OLE color: 14707577.

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

Color convert

RGB 121 107 224 -
CMYK 0.46 0.52 0 0.12
HSL 247.18º 0.65% 0.65% -
HSV(B) 247.18º 0.52% 0.88% -
XYZ 26.6 19.96 72.97 -
YUV 124.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 121 107 224 0.46 0.52 0 0.12 247.18 0.65 0.65
Hex 79 6B E0 2E 34 0 C F7 41 41
Octal 171 153 340 56 64 0 14 367 101 101
Binary 1111001 1101011 11100000 101110 110100 0 1100 11110111 1000001 1000001

Color Harmonies of #796BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BE0

Black with #796BE0

Text Example


Text Example

White with #796BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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