Html Css Color HEX #796BCC Moody Blue

📋 copy color: '#796BCC'

red 121 ◦ green 107 ◦ blue 204

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

Shades of Moody Blue #796BCC

Tints of Moody Blue #796BCC

RGB

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

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

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

R = 28.01%
G = 24.77%
B = 47.22%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#796BCC (or 0x796BCC) is known color: Moody Blue. HEX triplet: 79, 6B and CC. RGB value is (121,107,204). Sum of RGB (Red+Green+Blue) = 121+107+204=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #796BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BCC is #869433. Grayscale: #797979. Windows color (decimal): -8819764 or 13396857. OLE color: 13396857.

HSL color Cylindrical-coordinate representation of color #796BCC: hue angle of 248.66º 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 #796BCC is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 107 204 -
CMYK 0.41 0.48 0 0.2
HSL 248.66º 0.49% 0.61% -
HSV(B) 248.66º 0.48% 0.8% -
XYZ 24.04 18.94 59.52 -
YUV 122.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 121 107 204 0.41 0.48 0 0.2 248.66 0.49 0.61
Hex 79 6B CC 29 30 0 14 F9 31 3D
Octal 171 153 314 51 60 0 24 371 61 75
Binary 1111001 1101011 11001100 101001 110000 0 10100 11111001 110001 111101

Color Harmonies of #796BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BCC

Black with #796BCC

Text Example


Text Example

White with #796BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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