Html Css Color HEX #797BBB Moody Blue

📋 copy color: '#797BBB'

red 121 ◦ green 123 ◦ blue 187

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

Shades of Moody Blue #797BBB

Tints of Moody Blue #797BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 28.07%
G = 28.54%
B = 43.39%

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

#797BBB (or 0x797BBB) is known color: Moody Blue. HEX triplet: 79, 7B and BB. RGB value is (121,123,187). Sum of RGB (Red+Green+Blue) = 121+123+187=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #797BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BBB is #868444. Grayscale: #818181. Windows color (decimal): -8815685 or 12286841. OLE color: 12286841.

HSL color Cylindrical-coordinate representation of color #797BBB: hue angle of 238.18º degrees, saturation: 0.33, 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 #797BBB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 123 187 -
CMYK 0.35 0.34 0 0.27
HSL 238.18º 0.33% 0.6% -
HSV(B) 238.18º 0.35% 0.73% -
XYZ 23.94 21.82 49.96 -
YUV 129.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 121 123 187 0.35 0.34 0 0.27 238.18 0.33 0.6
Hex 79 7B BB 23 22 0 1B EE 21 3C
Octal 171 173 273 43 42 0 33 356 41 74
Binary 1111001 1111011 10111011 100011 100010 0 11011 11101110 100001 111100

Color Harmonies of #797BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BBB

Black with #797BBB

Text Example


Text Example

White with #797BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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