Html Css Color HEX #7F7EDC Moody Blue

📋 copy color: '#7F7EDC'

red 127 ◦ green 126 ◦ blue 220

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

Shades of Moody Blue #7F7EDC

Tints of Moody Blue #7F7EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 26.85%
G = 26.64%
B = 46.51%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F7EDC (or 0x7F7EDC) is known color: Moody Blue. HEX triplet: 7F, 7E and DC. RGB value is (127,126,220). Sum of RGB (Red+Green+Blue) = 127+126+220=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F7EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7EDC is #808123. Grayscale: #888888. Windows color (decimal): -8421668 or 14450303. OLE color: 14450303.

HSL color Cylindrical-coordinate representation of color #7F7EDC: hue angle of 240.64º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F7EDC is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 126 220 -
CMYK 0.42 0.43 0 0.14
HSL 240.64º 0.57% 0.68% -
HSV(B) 240.64º 0.43% 0.86% -
XYZ 29.13 24.6 70.92 -
YUV 137.02 174.83 120.86 -
System Red Green Blue C M Y K H S L
Decimal 127 126 220 0.42 0.43 0 0.14 240.64 0.57 0.68
Hex 7F 7E DC 2A 2B 0 E F1 39 44
Octal 177 176 334 52 53 0 16 361 71 104
Binary 1111111 1111110 11011100 101010 101011 0 1110 11110001 111001 1000100

Color Harmonies of #7F7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7EDC

Black with #7F7EDC

Text Example


Text Example

White with #7F7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,126,220); }

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

background-color css

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

 a { background-color: rgb(127,126,220); }

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

border-color css

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

 span { border-color: rgb(127,126,220); }

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