Html Css Color HEX #796BCF Moody Blue

📋 copy color: '#796BCF'

red 121 ◦ green 107 ◦ blue 207

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

Shades of Moody Blue #796BCF

Tints of Moody Blue #796BCF

RGB

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

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

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

R = 27.82%
G = 24.6%
B = 47.59%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#796BCF (or 0x796BCF) is known color: Moody Blue. HEX triplet: 79, 6B and CF. RGB value is (121,107,207). Sum of RGB (Red+Green+Blue) = 121+107+207=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #796BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BCF is #869430. Grayscale: #7A7A7A. Windows color (decimal): -8819761 or 13593465. OLE color: 13593465.

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

Color convert

RGB 121 107 207 -
CMYK 0.42 0.48 0 0.19
HSL 248.4º 0.51% 0.62% -
HSV(B) 248.4º 0.48% 0.81% -
XYZ 24.41 19.09 61.43 -
YUV 122.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 121 107 207 0.42 0.48 0 0.19 248.4 0.51 0.62
Hex 79 6B CF 2A 30 0 13 F8 33 3E
Octal 171 153 317 52 60 0 23 370 63 76
Binary 1111001 1101011 11001111 101010 110000 0 10011 11111000 110011 111110

Color Harmonies of #796BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BCF

Black with #796BCF

Text Example


Text Example

White with #796BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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