Html Css Color HEX #7874BE Moody Blue

📋 copy color: '#7874BE'

red 120 ◦ green 116 ◦ blue 190

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

Shades of Moody Blue #7874BE

Tints of Moody Blue #7874BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 28.17%
G = 27.23%
B = 44.6%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7874BE (or 0x7874BE) is known color: Moody Blue. HEX triplet: 78, 74 and BE. RGB value is (120,116,190). Sum of RGB (Red+Green+Blue) = 120+116+190=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #7874BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7874BE is #878B41. Grayscale: #7D7D7D. Windows color (decimal): -8883010 or 12481656. OLE color: 12481656.

HSL color Cylindrical-coordinate representation of color #7874BE: hue angle of 243.24º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7874BE is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 116 190 -
CMYK 0.37 0.39 0 0.25
HSL 243.24º 0.36% 0.6% -
HSV(B) 243.24º 0.39% 0.75% -
XYZ 23.29 20.2 51.39 -
YUV 125.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 120 116 190 0.37 0.39 0 0.25 243.24 0.36 0.6
Hex 78 74 BE 25 27 0 19 F3 24 3C
Octal 170 164 276 45 47 0 31 363 44 74
Binary 1111000 1110100 10111110 100101 100111 0 11001 11110011 100100 111100

Color Harmonies of #7874BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7874BE

Black with #7874BE

Text Example


Text Example

White with #7874BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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