Html Css Color HEX #796AC1 Moody Blue

📋 copy color: '#796AC1'

red 121 ◦ green 106 ◦ blue 193

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

Shades of Moody Blue #796AC1

Tints of Moody Blue #796AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 28.81%
G = 25.24%
B = 45.95%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#796AC1 (or 0x796AC1) is known color: Moody Blue. HEX triplet: 79, 6A and C1. RGB value is (121,106,193). Sum of RGB (Red+Green+Blue) = 121+106+193=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #796AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796AC1 is #86953E. Grayscale: #787878. Windows color (decimal): -8820031 or 12675705. OLE color: 12675705.

HSL color Cylindrical-coordinate representation of color #796AC1: hue angle of 250.34º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #796AC1 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 106 193 -
CMYK 0.37 0.45 0 0.24
HSL 250.34º 0.41% 0.59% -
HSV(B) 250.34º 0.45% 0.76% -
XYZ 22.66 18.22 52.77 -
YUV 120.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 121 106 193 0.37 0.45 0 0.24 250.34 0.41 0.59
Hex 79 6A C1 25 2D 0 18 FA 29 3B
Octal 171 152 301 45 55 0 30 372 51 73
Binary 1111001 1101010 11000001 100101 101101 0 11000 11111010 101001 111011

Color Harmonies of #796AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796AC1

Black with #796AC1

Text Example


Text Example

White with #796AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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