Html Css Color HEX #796BBA Moody Blue

📋 copy color: '#796BBA'

red 121 ◦ green 107 ◦ blue 186

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

Shades of Moody Blue #796BBA

Tints of Moody Blue #796BBA

RGB

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

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

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

R = 29.23%
G = 25.85%
B = 44.93%

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

#796BBA (or 0x796BBA) is known color: Moody Blue. HEX triplet: 79, 6B and BA. RGB value is (121,107,186). Sum of RGB (Red+Green+Blue) = 121+107+186=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #796BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BBA is #869445. Grayscale: #777777. Windows color (decimal): -8819782 or 12217209. OLE color: 12217209.

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

Color convert

RGB 121 107 186 -
CMYK 0.35 0.42 0 0.27
HSL 250.63º 0.36% 0.57% -
HSV(B) 250.63º 0.42% 0.73% -
XYZ 22.01 18.13 48.79 -
YUV 120.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 121 107 186 0.35 0.42 0 0.27 250.63 0.36 0.57
Hex 79 6B BA 23 2A 0 1B FB 24 39
Octal 171 153 272 43 52 0 33 373 44 71
Binary 1111001 1101011 10111010 100011 101010 0 11011 11111011 100100 111001

Color Harmonies of #796BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BBA

Black with #796BBA

Text Example


Text Example

White with #796BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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