Html Css Color HEX #796DCC Moody Blue

📋 copy color: '#796DCC'

red 121 ◦ green 109 ◦ blue 204

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

Shades of Moody Blue #796DCC

Tints of Moody Blue #796DCC

RGB

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

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

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

R = 27.88%
G = 25.12%
B = 47%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#796DCC (or 0x796DCC) is known color: Moody Blue. HEX triplet: 79, 6D and CC. RGB value is (121,109,204). Sum of RGB (Red+Green+Blue) = 121+109+204=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #796DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DCC is #869233. Grayscale: #7B7B7B. Windows color (decimal): -8819252 or 13397369. OLE color: 13397369.

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

Color convert

RGB 121 109 204 -
CMYK 0.41 0.47 0 0.2
HSL 247.58º 0.48% 0.61% -
HSV(B) 247.58º 0.47% 0.8% -
XYZ 24.25 19.36 59.59 -
YUV 123.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 121 109 204 0.41 0.47 0 0.2 247.58 0.48 0.61
Hex 79 6D CC 29 2F 0 14 F8 30 3D
Octal 171 155 314 51 57 0 24 370 60 75
Binary 1111001 1101101 11001100 101001 101111 0 10100 11111000 110000 111101

Color Harmonies of #796DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DCC

Black with #796DCC

Text Example


Text Example

White with #796DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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