Html Css Color HEX #797BC2 Moody Blue

📋 copy color: '#797BC2'

red 121 ◦ green 123 ◦ blue 194

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

Shades of Moody Blue #797BC2

Tints of Moody Blue #797BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.29%

R = 27.63%
G = 28.08%
B = 44.29%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#797BC2 (or 0x797BC2) is known color: Moody Blue. HEX triplet: 79, 7B and C2. RGB value is (121,123,194). Sum of RGB (Red+Green+Blue) = 121+123+194=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #797BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BC2 is #86843D. Grayscale: #828282. Windows color (decimal): -8815678 or 12745593. OLE color: 12745593.

HSL color Cylindrical-coordinate representation of color #797BC2: hue angle of 238.36º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #797BC2 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 123 194 -
CMYK 0.38 0.37 0 0.24
HSL 238.36º 0.37% 0.62% -
HSV(B) 238.36º 0.38% 0.76% -
XYZ 24.71 22.13 54.01 -
YUV 130.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 121 123 194 0.38 0.37 0 0.24 238.36 0.37 0.62
Hex 79 7B C2 26 25 0 18 EE 25 3E
Octal 171 173 302 46 45 0 30 356 45 76
Binary 1111001 1111011 11000010 100110 100101 0 11000 11101110 100101 111110

Color Harmonies of #797BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BC2

Black with #797BC2

Text Example


Text Example

White with #797BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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