Html Css Color HEX #796DCD Moody Blue

📋 copy color: '#796DCD'

red 121 ◦ green 109 ◦ blue 205

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

Shades of Moody Blue #796DCD

Tints of Moody Blue #796DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.06%

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 27.82%
G = 25.06%
B = 47.13%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#796DCD (or 0x796DCD) is known color: Moody Blue. HEX triplet: 79, 6D and CD. RGB value is (121,109,205). Sum of RGB (Red+Green+Blue) = 121+109+205=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #796DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DCD is #869232. Grayscale: #7B7B7B. Windows color (decimal): -8819251 or 13462905. OLE color: 13462905.

HSL color Cylindrical-coordinate representation of color #796DCD: hue angle of 247.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796DCD is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 109 205 -
CMYK 0.41 0.47 0 0.20
HSL 247.5º 0.49% 0.62% -
HSV(B) 247.5º 0.47% 0.8% -
XYZ 24.37 19.41 60.22 -
YUV 123.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 121 109 205 0.41 0.47 0 0.20 247.5 0.49 0.62
Hex 79 6D CD 29 2F 0 14 F8 31 3E
Octal 171 155 315 51 57 0 24 370 61 76
Binary 1111001 1101101 11001101 101001 101111 0 10100 11111000 110001 111110

Color Harmonies of #796DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DCD

Black with #796DCD

Text Example


Text Example

White with #796DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796DCD; }

 p { color: rgb(121,109,205); }

 H1.HeaderClassName
 {
   color: #796DCD;
 }
 .AnyTagClassName
 {
   color: #796DCD;
 }
</style>

background-color css

<style>
 a { background-color: #796DCD; }

 a { background-color: rgb(121,109,205); }

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

border-color css

<style>
 span { border-color: #796DCD; }

 span { border-color: rgb(121,109,205); }

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