Html Css Color HEX #796CBA Moody Blue

📋 copy color: '#796CBA'

red 121 ◦ green 108 ◦ blue 186

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

Shades of Moody Blue #796CBA

Tints of Moody Blue #796CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

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

R = 29.16%
G = 26.02%
B = 44.82%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#796CBA (or 0x796CBA) is known color: Moody Blue. HEX triplet: 79, 6C and BA. RGB value is (121,108,186). Sum of RGB (Red+Green+Blue) = 121+108+186=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #796CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CBA is #869345. Grayscale: #787878. Windows color (decimal): -8819526 or 12217465. OLE color: 12217465.

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

Color convert

RGB 121 108 186 -
CMYK 0.35 0.42 0 0.27
HSL 250º 0.36% 0.58% -
HSV(B) 250º 0.42% 0.73% -
XYZ 22.11 18.34 48.83 -
YUV 120.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 121 108 186 0.35 0.42 0 0.27 250 0.36 0.58
Hex 79 6C BA 23 2A 0 1B FA 24 3A
Octal 171 154 272 43 52 0 33 372 44 72
Binary 1111001 1101100 10111010 100011 101010 0 11011 11111010 100100 111010

Color Harmonies of #796CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CBA

Black with #796CBA

Text Example


Text Example

White with #796CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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