Html Css Color HEX #7874BA Moody Blue

📋 copy color: '#7874BA'

red 120 ◦ green 116 ◦ blue 186

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

Shades of Moody Blue #7874BA

Tints of Moody Blue #7874BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.49%

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

R = 28.44%
G = 27.49%
B = 44.08%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7874BA (or 0x7874BA) is known color: Moody Blue. HEX triplet: 78, 74 and BA. RGB value is (120,116,186). Sum of RGB (Red+Green+Blue) = 120+116+186=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #7874BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7874BA is #878B45. Grayscale: #7C7C7C. Windows color (decimal): -8883014 or 12219512. OLE color: 12219512.

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

Color convert

RGB 120 116 186 -
CMYK 0.35 0.38 0 0.27
HSL 243.43º 0.34% 0.59% -
HSV(B) 243.43º 0.38% 0.73% -
XYZ 22.85 20.03 49.12 -
YUV 125.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 120 116 186 0.35 0.38 0 0.27 243.43 0.34 0.59
Hex 78 74 BA 23 26 0 1B F3 22 3B
Octal 170 164 272 43 46 0 33 363 42 73
Binary 1111000 1110100 10111010 100011 100110 0 11011 11110011 100010 111011

Color Harmonies of #7874BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7874BA

Black with #7874BA

Text Example


Text Example

White with #7874BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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