Html Css Color HEX #796BCB Moody Blue

📋 copy color: '#796BCB'

red 121 ◦ green 107 ◦ blue 203

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

Shades of Moody Blue #796BCB

Tints of Moody Blue #796BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 28.07%
G = 24.83%
B = 47.1%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#796BCB (or 0x796BCB) is known color: Moody Blue. HEX triplet: 79, 6B and CB. RGB value is (121,107,203). Sum of RGB (Red+Green+Blue) = 121+107+203=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #796BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BCB is #869434. Grayscale: #797979. Windows color (decimal): -8819765 or 13331321. OLE color: 13331321.

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

Color convert

RGB 121 107 203 -
CMYK 0.40 0.47 0 0.20
HSL 248.75º 0.48% 0.61% -
HSV(B) 248.75º 0.47% 0.8% -
XYZ 23.92 18.89 58.89 -
YUV 122.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 121 107 203 0.40 0.47 0 0.20 248.75 0.48 0.61
Hex 79 6B CB 28 2F 0 14 F9 30 3D
Octal 171 153 313 50 57 0 24 371 60 75
Binary 1111001 1101011 11001011 101000 101111 0 10100 11111001 110000 111101

Color Harmonies of #796BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BCB

Black with #796BCB

Text Example


Text Example

White with #796BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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