Html Css Color HEX #796BCD Moody Blue

📋 copy color: '#796BCD'

red 121 ◦ green 107 ◦ blue 205

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

Shades of Moody Blue #796BCD

Tints of Moody Blue #796BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

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

R = 27.94%
G = 24.71%
B = 47.34%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#796BCD (or 0x796BCD) is known color: Moody Blue. HEX triplet: 79, 6B and CD. RGB value is (121,107,205). Sum of RGB (Red+Green+Blue) = 121+107+205=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #796BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BCD is #869432. Grayscale: #797979. Windows color (decimal): -8819763 or 13462393. OLE color: 13462393.

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

Color convert

RGB 121 107 205 -
CMYK 0.41 0.48 0 0.20
HSL 248.57º 0.49% 0.61% -
HSV(B) 248.57º 0.48% 0.8% -
XYZ 24.16 18.99 60.15 -
YUV 122.36 174.64 127.03 -
System Red Green Blue C M Y K H S L
Decimal 121 107 205 0.41 0.48 0 0.20 248.57 0.49 0.61
Hex 79 6B CD 29 30 0 14 F9 31 3D
Octal 171 153 315 51 60 0 24 371 61 75
Binary 1111001 1101011 11001101 101001 110000 0 10100 11111001 110001 111101

Color Harmonies of #796BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BCD

Black with #796BCD

Text Example


Text Example

White with #796BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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