Html Css Color HEX #796DBA Moody Blue

📋 copy color: '#796DBA'

red 121 ◦ green 109 ◦ blue 186

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

Shades of Moody Blue #796DBA

Tints of Moody Blue #796DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.2%

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 29.09%
G = 26.2%
B = 44.71%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#796DBA (or 0x796DBA) is known color: Moody Blue. HEX triplet: 79, 6D and BA. RGB value is (121,109,186). Sum of RGB (Red+Green+Blue) = 121+109+186=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #796DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DBA is #869245. Grayscale: #797979. Windows color (decimal): -8819270 or 12217721. OLE color: 12217721.

HSL color Cylindrical-coordinate representation of color #796DBA: hue angle of 249.35º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #796DBA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 109 186 -
CMYK 0.35 0.41 0 0.27
HSL 249.35º 0.36% 0.58% -
HSV(B) 249.35º 0.41% 0.73% -
XYZ 22.22 18.55 48.86 -
YUV 121.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 121 109 186 0.35 0.41 0 0.27 249.35 0.36 0.58
Hex 79 6D BA 23 29 0 1B F9 24 3A
Octal 171 155 272 43 51 0 33 371 44 72
Binary 1111001 1101101 10111010 100011 101001 0 11011 11111001 100100 111010

Color Harmonies of #796DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DBA

Black with #796DBA

Text Example


Text Example

White with #796DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,109,186); }

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

background-color css

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

 a { background-color: rgb(121,109,186); }

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

border-color css

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

 span { border-color: rgb(121,109,186); }

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