Html Css Color HEX #797BD0 Moody Blue

📋 copy color: '#797BD0'

red 121 ◦ green 123 ◦ blue 208

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

Shades of Moody Blue #797BD0

Tints of Moody Blue #797BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 26.77%
G = 27.21%
B = 46.02%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#797BD0 (or 0x797BD0) is known color: Moody Blue. HEX triplet: 79, 7B and D0. RGB value is (121,123,208). Sum of RGB (Red+Green+Blue) = 121+123+208=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #797BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BD0 is #86842F. Grayscale: #838383. Windows color (decimal): -8815664 or 13663097. OLE color: 13663097.

HSL color Cylindrical-coordinate representation of color #797BD0: hue angle of 238.62º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #797BD0 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 123 208 -
CMYK 0.42 0.41 0 0.18
HSL 238.62º 0.48% 0.65% -
HSV(B) 238.62º 0.42% 0.82% -
XYZ 26.35 22.78 62.68 -
YUV 132.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 121 123 208 0.42 0.41 0 0.18 238.62 0.48 0.65
Hex 79 7B D0 2A 29 0 12 EF 30 41
Octal 171 173 320 52 51 0 22 357 60 101
Binary 1111001 1111011 11010000 101010 101001 0 10010 11101111 110000 1000001

Color Harmonies of #797BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BD0

Black with #797BD0

Text Example


Text Example

White with #797BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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