Html Css Color HEX #7F76BA Moody Blue

📋 copy color: '#7F76BA'

red 127 ◦ green 118 ◦ blue 186

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

Shades of Moody Blue #7F76BA

Tints of Moody Blue #7F76BA

RGB

 RED value IS 127 (50% from 255) = 29.47%

 GREEN value IS 118 (46.48% from 255) = 27.38%

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

R = 29.47%
G = 27.38%
B = 43.16%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F76BA (or 0x7F76BA) is known color: Moody Blue. HEX triplet: 7F, 76 and BA. RGB value is (127,118,186). Sum of RGB (Red+Green+Blue) = 127+118+186=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F76BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F76BA is #808945. Grayscale: #808080. Windows color (decimal): -8423750 or 12220031. OLE color: 12220031.

HSL color Cylindrical-coordinate representation of color #7F76BA: hue angle of 247.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F76BA is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 118 186 -
CMYK 0.32 0.37 0 0.27
HSL 247.94º 0.33% 0.6% -
HSV(B) 247.94º 0.37% 0.73% -
XYZ 24.09 21.01 49.24 -
YUV 128.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 127 118 186 0.32 0.37 0 0.27 247.94 0.33 0.6
Hex 7F 76 BA 20 25 0 1B F8 21 3C
Octal 177 166 272 40 45 0 33 370 41 74
Binary 1111111 1110110 10111010 100000 100101 0 11011 11111000 100001 111100

Color Harmonies of #7F76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F76BA

Black with #7F76BA

Text Example


Text Example

White with #7F76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F76BA; }

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

 H1.HeaderClassName
 {
   color: #7F76BA;
 }
 .AnyTagClassName
 {
   color: #7F76BA;
 }
</style>

background-color css

<style>
 a { background-color: #7F76BA; }

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

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

border-color css

<style>
 span { border-color: #7F76BA; }

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

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