Html Css Color HEX #7674BA Moody Blue

📋 copy color: '#7674BA'

red 118 ◦ green 116 ◦ blue 186

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

Shades of Moody Blue #7674BA

Tints of Moody Blue #7674BA

RGB

 RED value IS 118 (46.48% from 255) = 28.1%

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

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

R = 28.1%
G = 27.62%
B = 44.29%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7674BA (or 0x7674BA) is known color: Moody Blue. HEX triplet: 76, 74 and BA. RGB value is (118,116,186). Sum of RGB (Red+Green+Blue) = 118+116+186=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 116 (45.70% from 255 or 27.62% 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 #7674BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7674BA is #898B45. Grayscale: #7C7C7C. Windows color (decimal): -9014086 or 12219510. OLE color: 12219510.

HSL color Cylindrical-coordinate representation of color #7674BA: hue angle of 241.71º 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 #7674BA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 116 186 -
CMYK 0.37 0.38 0 0.27
HSL 241.71º 0.34% 0.59% -
HSV(B) 241.71º 0.38% 0.73% -
XYZ 22.58 19.89 49.1 -
YUV 124.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 118 116 186 0.37 0.38 0 0.27 241.71 0.34 0.59
Hex 76 74 BA 25 26 0 1B F2 22 3B
Octal 166 164 272 45 46 0 33 362 42 73
Binary 1110110 1110100 10111010 100101 100110 0 11011 11110010 100010 111011

Color Harmonies of #7674BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7674BA

Black with #7674BA

Text Example


Text Example

White with #7674BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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