Html Css Color HEX #7F76D9 Moody Blue

📋 copy color: '#7F76D9'

red 127 ◦ green 118 ◦ blue 217

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

Shades of Moody Blue #7F76D9

Tints of Moody Blue #7F76D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.97%

R = 27.49%
G = 25.54%
B = 46.97%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F76D9 (or 0x7F76D9) is known color: Moody Blue. HEX triplet: 7F, 76 and D9. RGB value is (127,118,217). Sum of RGB (Red+Green+Blue) = 127+118+217=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F76D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F76D9 is #808926. Grayscale: #838383. Windows color (decimal): -8423719 or 14251647. OLE color: 14251647.

HSL color Cylindrical-coordinate representation of color #7F76D9: hue angle of 245.45º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F76D9 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 118 217 -
CMYK 0.41 0.46 0 0.15
HSL 245.45º 0.57% 0.66% -
HSV(B) 245.45º 0.46% 0.85% -
XYZ 27.76 22.48 68.52 -
YUV 131.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 127 118 217 0.41 0.46 0 0.15 245.45 0.57 0.66
Hex 7F 76 D9 29 2E 0 F F5 39 42
Octal 177 166 331 51 56 0 17 365 71 102
Binary 1111111 1110110 11011001 101001 101110 0 1111 11110101 111001 1000010

Color Harmonies of #7F76D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F76D9

Black with #7F76D9

Text Example


Text Example

White with #7F76D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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