Html Css Color HEX #797CCB Moody Blue

📋 copy color: '#797CCB'

red 121 ◦ green 124 ◦ blue 203

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

Shades of Moody Blue #797CCB

Tints of Moody Blue #797CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.68%

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 27.01%
G = 27.68%
B = 45.31%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#797CCB (or 0x797CCB) is known color: Moody Blue. HEX triplet: 79, 7C and CB. RGB value is (121,124,203). Sum of RGB (Red+Green+Blue) = 121+124+203=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #797CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CCB is #868334. Grayscale: #838383. Windows color (decimal): -8815413 or 13335673. OLE color: 13335673.

HSL color Cylindrical-coordinate representation of color #797CCB: hue angle of 237.8º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #797CCB is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 124 203 -
CMYK 0.40 0.39 0 0.20
HSL 237.8º 0.44% 0.64% -
HSV(B) 237.8º 0.4% 0.8% -
XYZ 25.87 22.79 59.54 -
YUV 132.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 121 124 203 0.40 0.39 0 0.20 237.8 0.44 0.64
Hex 79 7C CB 28 27 0 14 EE 2C 40
Octal 171 174 313 50 47 0 24 356 54 100
Binary 1111001 1111100 11001011 101000 100111 0 10100 11101110 101100 1000000

Color Harmonies of #797CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CCB

Black with #797CCB

Text Example


Text Example

White with #797CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,124,203); }

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

background-color css

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

 a { background-color: rgb(121,124,203); }

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

border-color css

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

 span { border-color: rgb(121,124,203); }

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