Html Css Color HEX #796ACB Moody Blue

📋 copy color: '#796ACB'

red 121 ◦ green 106 ◦ blue 203

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

Shades of Moody Blue #796ACB

Tints of Moody Blue #796ACB

RGB

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

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

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

R = 28.14%
G = 24.65%
B = 47.21%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#796ACB (or 0x796ACB) is known color: Moody Blue. HEX triplet: 79, 6A and CB. RGB value is (121,106,203). Sum of RGB (Red+Green+Blue) = 121+106+203=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #796ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ACB is #869534. Grayscale: #797979. Windows color (decimal): -8820021 or 13331065. OLE color: 13331065.

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

Color convert

RGB 121 106 203 -
CMYK 0.40 0.48 0 0.20
HSL 249.28º 0.48% 0.61% -
HSV(B) 249.28º 0.48% 0.8% -
XYZ 23.82 18.68 58.85 -
YUV 121.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 121 106 203 0.40 0.48 0 0.20 249.28 0.48 0.61
Hex 79 6A CB 28 30 0 14 F9 30 3D
Octal 171 152 313 50 60 0 24 371 60 75
Binary 1111001 1101010 11001011 101000 110000 0 10100 11111001 110000 111101

Color Harmonies of #796ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796ACB

Black with #796ACB

Text Example


Text Example

White with #796ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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