Html Css Color HEX #796CBB Moody Blue

📋 copy color: '#796CBB'

red 121 ◦ green 108 ◦ blue 187

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

Shades of Moody Blue #796CBB

Tints of Moody Blue #796CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.96%

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 29.09%
G = 25.96%
B = 44.95%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#796CBB (or 0x796CBB) is known color: Moody Blue. HEX triplet: 79, 6C and BB. RGB value is (121,108,187). Sum of RGB (Red+Green+Blue) = 121+108+187=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #796CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CBB is #869344. Grayscale: #787878. Windows color (decimal): -8819525 or 12283001. OLE color: 12283001.

HSL color Cylindrical-coordinate representation of color #796CBB: hue angle of 249.87º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #796CBB is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 108 187 -
CMYK 0.35 0.42 0 0.27
HSL 249.87º 0.37% 0.58% -
HSV(B) 249.87º 0.42% 0.73% -
XYZ 22.22 18.38 49.39 -
YUV 120.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 121 108 187 0.35 0.42 0 0.27 249.87 0.37 0.58
Hex 79 6C BB 23 2A 0 1B FA 25 3A
Octal 171 154 273 43 52 0 33 372 45 72
Binary 1111001 1101100 10111011 100011 101010 0 11011 11111010 100101 111010

Color Harmonies of #796CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CBB

Black with #796CBB

Text Example


Text Example

White with #796CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,108,187); }

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

background-color css

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

 a { background-color: rgb(121,108,187); }

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

border-color css

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

 span { border-color: rgb(121,108,187); }

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