Html Css Color HEX #796BBC Moody Blue

📋 copy color: '#796BBC'

red 121 ◦ green 107 ◦ blue 188

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

Shades of Moody Blue #796BBC

Tints of Moody Blue #796BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 29.09%
G = 25.72%
B = 45.19%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#796BBC (or 0x796BBC) is known color: Moody Blue. HEX triplet: 79, 6B and BC. RGB value is (121,107,188). Sum of RGB (Red+Green+Blue) = 121+107+188=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #796BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BBC is #869443. Grayscale: #787878. Windows color (decimal): -8819780 or 12348281. OLE color: 12348281.

HSL color Cylindrical-coordinate representation of color #796BBC: hue angle of 250.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #796BBC is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 107 188 -
CMYK 0.36 0.43 0 0.26
HSL 250.37º 0.38% 0.58% -
HSV(B) 250.37º 0.43% 0.74% -
XYZ 22.22 18.21 49.92 -
YUV 120.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 121 107 188 0.36 0.43 0 0.26 250.37 0.38 0.58
Hex 79 6B BC 24 2B 0 1A FA 26 3A
Octal 171 153 274 44 53 0 32 372 46 72
Binary 1111001 1101011 10111100 100100 101011 0 11010 11111010 100110 111010

Color Harmonies of #796BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BBC

Black with #796BBC

Text Example


Text Example

White with #796BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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