Html Css Color HEX #7F7ECE Moody Blue

📋 copy color: '#7F7ECE'

red 127 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #7F7ECE

Tints of Moody Blue #7F7ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 27.67%
G = 27.45%
B = 44.88%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F7ECE (or 0x7F7ECE) is known color: Moody Blue. HEX triplet: 7F, 7E and CE. RGB value is (127,126,206). Sum of RGB (Red+Green+Blue) = 127+126+206=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ECE is #808131. Grayscale: #878787. Windows color (decimal): -8421682 or 13532799. OLE color: 13532799.

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

Color convert

RGB 127 126 206 -
CMYK 0.38 0.39 0 0.19
HSL 240.75º 0.45% 0.65% -
HSV(B) 240.75º 0.39% 0.81% -
XYZ 27.35 23.89 61.56 -
YUV 135.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 127 126 206 0.38 0.39 0 0.19 240.75 0.45 0.65
Hex 7F 7E CE 26 27 0 13 F1 2D 41
Octal 177 176 316 46 47 0 23 361 55 101
Binary 1111111 1111110 11001110 100110 100111 0 10011 11110001 101101 1000001

Color Harmonies of #7F7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7ECE

Black with #7F7ECE

Text Example


Text Example

White with #7F7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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