Html Css Color HEX #7F7ECD Moody Blue

📋 copy color: '#7F7ECD'

red 127 ◦ green 126 ◦ blue 205

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

Shades of Moody Blue #7F7ECD

Tints of Moody Blue #7F7ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 27.73%
G = 27.51%
B = 44.76%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F7ECD (or 0x7F7ECD) is known color: Moody Blue. HEX triplet: 7F, 7E and CD. RGB value is (127,126,205). Sum of RGB (Red+Green+Blue) = 127+126+205=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F7ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ECD is #808132. Grayscale: #868686. Windows color (decimal): -8421683 or 13467263. OLE color: 13467263.

HSL color Cylindrical-coordinate representation of color #7F7ECD: hue angle of 240.76º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F7ECD is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 126 205 -
CMYK 0.38 0.39 0 0.20
HSL 240.76º 0.44% 0.65% -
HSV(B) 240.76º 0.39% 0.8% -
XYZ 27.23 23.84 60.92 -
YUV 135.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 127 126 205 0.38 0.39 0 0.20 240.76 0.44 0.65
Hex 7F 7E CD 26 27 0 14 F1 2C 41
Octal 177 176 315 46 47 0 24 361 54 101
Binary 1111111 1111110 11001101 100110 100111 0 10100 11110001 101100 1000001

Color Harmonies of #7F7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7ECD

Black with #7F7ECD

Text Example


Text Example

White with #7F7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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