Html Css Color HEX #797DCB Moody Blue

📋 copy color: '#797DCB'

red 121 ◦ green 125 ◦ blue 203

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

Shades of Moody Blue #797DCB

Tints of Moody Blue #797DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

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

R = 26.95%
G = 27.84%
B = 45.21%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#797DCB (or 0x797DCB) is known color: Moody Blue. HEX triplet: 79, 7D and CB. RGB value is (121,125,203). Sum of RGB (Red+Green+Blue) = 121+125+203=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #797DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DCB is #868234. Grayscale: #848484. Windows color (decimal): -8815157 or 13335929. OLE color: 13335929.

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

Color convert

RGB 121 125 203 -
CMYK 0.40 0.38 0 0.20
HSL 237.07º 0.44% 0.64% -
HSV(B) 237.07º 0.4% 0.8% -
XYZ 26 23.04 59.58 -
YUV 132.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 121 125 203 0.40 0.38 0 0.20 237.07 0.44 0.64
Hex 79 7D CB 28 26 0 14 ED 2C 40
Octal 171 175 313 50 46 0 24 355 54 100
Binary 1111001 1111101 11001011 101000 100110 0 10100 11101101 101100 1000000

Color Harmonies of #797DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DCB

Black with #797DCB

Text Example


Text Example

White with #797DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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