Html Css Color HEX #796ACF Moody Blue

📋 copy color: '#796ACF'

red 121 ◦ green 106 ◦ blue 207

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

Shades of Moody Blue #796ACF

Tints of Moody Blue #796ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.42%

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 27.88%
G = 24.42%
B = 47.7%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#796ACF (or 0x796ACF) is known color: Moody Blue. HEX triplet: 79, 6A and CF. RGB value is (121,106,207). Sum of RGB (Red+Green+Blue) = 121+106+207=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #796ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ACF is #869530. Grayscale: #797979. Windows color (decimal): -8820017 or 13593209. OLE color: 13593209.

HSL color Cylindrical-coordinate representation of color #796ACF: hue angle of 248.91º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #796ACF is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 106 207 -
CMYK 0.42 0.49 0 0.19
HSL 248.91º 0.51% 0.61% -
HSV(B) 248.91º 0.49% 0.81% -
XYZ 24.3 18.88 61.39 -
YUV 122 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 121 106 207 0.42 0.49 0 0.19 248.91 0.51 0.61
Hex 79 6A CF 2A 31 0 13 F9 33 3D
Octal 171 152 317 52 61 0 23 371 63 75
Binary 1111001 1101010 11001111 101010 110001 0 10011 11111001 110011 111101

Color Harmonies of #796ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796ACF

Black with #796ACF

Text Example


Text Example

White with #796ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,106,207); }

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

background-color css

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

 a { background-color: rgb(121,106,207); }

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

border-color css

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

 span { border-color: rgb(121,106,207); }

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