Html Css Color HEX #796BC1 Moody Blue

📋 copy color: '#796BC1'

red 121 ◦ green 107 ◦ blue 193

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

Shades of Moody Blue #796BC1

Tints of Moody Blue #796BC1

RGB

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

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

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

R = 28.74%
G = 25.42%
B = 45.84%

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

#796BC1 (or 0x796BC1) is known color: Moody Blue. HEX triplet: 79, 6B and C1. RGB value is (121,107,193). Sum of RGB (Red+Green+Blue) = 121+107+193=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #796BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BC1 is #86943E. Grayscale: #787878. Windows color (decimal): -8819775 or 12675961. OLE color: 12675961.

HSL color Cylindrical-coordinate representation of color #796BC1: hue angle of 249.77º 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 #796BC1 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 107 193 -
CMYK 0.37 0.45 0 0.24
HSL 249.77º 0.41% 0.59% -
HSV(B) 249.77º 0.45% 0.76% -
XYZ 22.77 18.43 52.81 -
YUV 120.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 121 107 193 0.37 0.45 0 0.24 249.77 0.41 0.59
Hex 79 6B C1 25 2D 0 18 FA 29 3B
Octal 171 153 301 45 55 0 30 372 51 73
Binary 1111001 1101011 11000001 100101 101101 0 11000 11111010 101001 111011

Color Harmonies of #796BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BC1

Black with #796BC1

Text Example


Text Example

White with #796BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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