Html Css Color HEX #7872BA Moody Blue

📋 copy color: '#7872BA'

red 120 ◦ green 114 ◦ blue 186

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

Shades of Moody Blue #7872BA

Tints of Moody Blue #7872BA

RGB

 RED value IS 120 (47.27% from 255) = 28.57%

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 28.57%
G = 27.14%
B = 44.29%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7872BA (or 0x7872BA) is known color: Moody Blue. HEX triplet: 78, 72 and BA. RGB value is (120,114,186). Sum of RGB (Red+Green+Blue) = 120+114+186=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #7872BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7872BA is #878D45. Grayscale: #7B7B7B. Windows color (decimal): -8883526 or 12219000. OLE color: 12219000.

HSL color Cylindrical-coordinate representation of color #7872BA: hue angle of 245º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7872BA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 114 186 -
CMYK 0.35 0.39 0 0.27
HSL 245º 0.34% 0.59% -
HSV(B) 245º 0.39% 0.73% -
XYZ 22.63 19.57 49.04 -
YUV 124 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 120 114 186 0.35 0.39 0 0.27 245 0.34 0.59
Hex 78 72 BA 23 27 0 1B F5 22 3B
Octal 170 162 272 43 47 0 33 365 42 73
Binary 1111000 1110010 10111010 100011 100111 0 11011 11110101 100010 111011

Color Harmonies of #7872BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7872BA

Black with #7872BA

Text Example


Text Example

White with #7872BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7872BA; }

 p { color: rgb(120,114,186); }

 H1.HeaderClassName
 {
   color: #7872BA;
 }
 .AnyTagClassName
 {
   color: #7872BA;
 }
</style>

background-color css

<style>
 a { background-color: #7872BA; }

 a { background-color: rgb(120,114,186); }

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

border-color css

<style>
 span { border-color: #7872BA; }

 span { border-color: rgb(120,114,186); }

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