Html Css Color HEX #797ACC Moody Blue

📋 copy color: '#797ACC'

red 121 ◦ green 122 ◦ blue 204

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

Shades of Moody Blue #797ACC

Tints of Moody Blue #797ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 27.07%
G = 27.29%
B = 45.64%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#797ACC (or 0x797ACC) is known color: Moody Blue. HEX triplet: 79, 7A and CC. RGB value is (121,122,204). Sum of RGB (Red+Green+Blue) = 121+122+204=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #797ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797ACC is #868533. Grayscale: #828282. Windows color (decimal): -8815924 or 13400697. OLE color: 13400697.

HSL color Cylindrical-coordinate representation of color #797ACC: hue angle of 239.28º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #797ACC is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 122 204 -
CMYK 0.41 0.40 0 0.2
HSL 239.28º 0.45% 0.64% -
HSV(B) 239.28º 0.41% 0.8% -
XYZ 25.74 22.34 60.08 -
YUV 131.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 121 122 204 0.41 0.40 0 0.2 239.28 0.45 0.64
Hex 79 7A CC 29 28 0 14 EF 2D 40
Octal 171 172 314 51 50 0 24 357 55 100
Binary 1111001 1111010 11001100 101001 101000 0 10100 11101111 101101 1000000

Color Harmonies of #797ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797ACC

Black with #797ACC

Text Example


Text Example

White with #797ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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