Html Css Color HEX #797BD5 Moody Blue

📋 copy color: '#797BD5'

red 121 ◦ green 123 ◦ blue 213

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

Shades of Moody Blue #797BD5

Tints of Moody Blue #797BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.61%

R = 26.48%
G = 26.91%
B = 46.61%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#797BD5 (or 0x797BD5) is known color: Moody Blue. HEX triplet: 79, 7B and D5. RGB value is (121,123,213). Sum of RGB (Red+Green+Blue) = 121+123+213=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #797BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BD5 is #86842A. Grayscale: #848484. Windows color (decimal): -8815659 or 13990777. OLE color: 13990777.

HSL color Cylindrical-coordinate representation of color #797BD5: hue angle of 238.7º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #797BD5 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 123 213 -
CMYK 0.43 0.42 0 0.16
HSL 238.7º 0.52% 0.65% -
HSV(B) 238.7º 0.43% 0.84% -
XYZ 26.98 23.03 65.98 -
YUV 132.66 173.34 119.68 -
System Red Green Blue C M Y K H S L
Decimal 121 123 213 0.43 0.42 0 0.16 238.7 0.52 0.65
Hex 79 7B D5 2B 2A 0 10 EF 34 41
Octal 171 173 325 53 52 0 20 357 64 101
Binary 1111001 1111011 11010101 101011 101010 0 10000 11101111 110100 1000001

Color Harmonies of #797BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BD5

Black with #797BD5

Text Example


Text Example

White with #797BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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