#796CCA

Color #796CCA Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #796CCA

Tints of Moody Blue #796CCA

Color information

#796CCA (or 0x796CCA) is unknown color: approx Moody Blue. HEX triplet: 79, 6C and CA. RGB value is (121,108,202). Sum of RGB (Red+Green+Blue) = 121+108+202=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #796CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CCA is #869335. Grayscale: #7A7A7A. Windows color (decimal): -8819510 or 13266041. OLE color: 13266041.

HSL color Cylindrical-coordinate representation of color #796CCA: hue angle of 248.3º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796CCA is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121108202-
CMYK0.400.4700.21
HSL248.3º47%60.78%-
HSV(B)248.3º46.53%79.22%-
XYZ23.9119.0558.29-
YUV122.6172.81126.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=28.07%
G=25.06%
B=46.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211082020.400.4700.21248.34760.78
Hex796CCA282F015f82f3d
Octal17115431250570253705775
Binary111100111011001100101010100010111101010111111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #796CCA;
 }
 .AnyTagClassName
 {
   color: #796CCA;
 }
</style>
background-color css

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

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

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

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

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

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