Html Css Color HEX #797AB8 Moody Blue

📋 copy color: '#797AB8'

red 121 ◦ green 122 ◦ blue 184

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

Shades of Moody Blue #797AB8

Tints of Moody Blue #797AB8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

 BLUE value IS 184 (72.27% from 255) = 43.09%

R = 28.34%
G = 28.57%
B = 43.09%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#797AB8 (or 0x797AB8) is known color: Moody Blue. HEX triplet: 79, 7A and B8. RGB value is (121,122,184). Sum of RGB (Red+Green+Blue) = 121+122+184=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #797AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797AB8 is #868547. Grayscale: #808080. Windows color (decimal): -8815944 or 12089977. OLE color: 12089977.

HSL color Cylindrical-coordinate representation of color #797AB8: hue angle of 239.05º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #797AB8 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 121 122 184 -
CMYK 0.34 0.34 0 0.28
HSL 239.05º 0.31% 0.6% -
HSV(B) 239.05º 0.34% 0.72% -
XYZ 23.5 21.44 48.25 -
YUV 128.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 121 122 184 0.34 0.34 0 0.28 239.05 0.31 0.6
Hex 79 7A B8 22 22 0 1C EF 1F 3C
Octal 171 172 270 42 42 0 34 357 37 74
Binary 1111001 1111010 10111000 100010 100010 0 11100 11101111 11111 111100

Color Harmonies of #797AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797AB8

Black with #797AB8

Text Example


Text Example

White with #797AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,122,184); }

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

background-color css

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

 a { background-color: rgb(121,122,184); }

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

border-color css

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

 span { border-color: rgb(121,122,184); }

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