Html Css Color HEX #797FCC Moody Blue

📋 copy color: '#797FCC'

red 121 ◦ green 127 ◦ blue 204

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

Shades of Moody Blue #797FCC

Tints of Moody Blue #797FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

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

R = 26.77%
G = 28.1%
B = 45.13%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#797FCC (or 0x797FCC) is known color: Moody Blue. HEX triplet: 79, 7F and CC. RGB value is (121,127,204). Sum of RGB (Red+Green+Blue) = 121+127+204=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #797FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797FCC is #868033. Grayscale: #858585. Windows color (decimal): -8814644 or 13401977. OLE color: 13401977.

HSL color Cylindrical-coordinate representation of color #797FCC: hue angle of 235.66º 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 #797FCC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 127 204 -
CMYK 0.41 0.38 0 0.2
HSL 235.66º 0.45% 0.64% -
HSV(B) 235.66º 0.41% 0.8% -
XYZ 26.37 23.6 60.29 -
YUV 133.98 167.51 118.74 -
System Red Green Blue C M Y K H S L
Decimal 121 127 204 0.41 0.38 0 0.2 235.66 0.45 0.64
Hex 79 7F CC 29 26 0 14 EC 2D 40
Octal 171 177 314 51 46 0 24 354 55 100
Binary 1111001 1111111 11001100 101001 100110 0 10100 11101100 101101 1000000

Color Harmonies of #797FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797FCC

Black with #797FCC

Text Example


Text Example

White with #797FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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