Html Css Color HEX #797BBA Moody Blue

📋 copy color: '#797BBA'

red 121 ◦ green 123 ◦ blue 186

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

Shades of Moody Blue #797BBA

Tints of Moody Blue #797BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.6%

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

R = 28.14%
G = 28.6%
B = 43.26%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#797BBA (or 0x797BBA) is known color: Moody Blue. HEX triplet: 79, 7B and BA. RGB value is (121,123,186). Sum of RGB (Red+Green+Blue) = 121+123+186=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #797BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BBA is #868445. Grayscale: #818181. Windows color (decimal): -8815686 or 12221305. OLE color: 12221305.

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

Color convert

RGB 121 123 186 -
CMYK 0.35 0.34 0 0.27
HSL 238.15º 0.32% 0.6% -
HSV(B) 238.15º 0.35% 0.73% -
XYZ 23.83 21.78 49.4 -
YUV 129.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 121 123 186 0.35 0.34 0 0.27 238.15 0.32 0.6
Hex 79 7B BA 23 22 0 1B EE 20 3C
Octal 171 173 272 43 42 0 33 356 40 74
Binary 1111001 1111011 10111010 100011 100010 0 11011 11101110 100000 111100

Color Harmonies of #797BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BBA

Black with #797BBA

Text Example


Text Example

White with #797BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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