Html Css Color HEX #7E6ECC Moody Blue

📋 copy color: '#7E6ECC'

red 126 ◦ green 110 ◦ blue 204

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

Shades of Moody Blue #7E6ECC

Tints of Moody Blue #7E6ECC

RGB

 RED value IS 126 (49.61% from 255) = 28.64%

 GREEN value IS 110 (43.36% from 255) = 25%

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 28.64%
G = 25%
B = 46.36%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E6ECC (or 0x7E6ECC) is known color: Moody Blue. HEX triplet: 7E, 6E and CC. RGB value is (126,110,204). Sum of RGB (Red+Green+Blue) = 126+110+204=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6ECC is #819133. Grayscale: #7D7D7D. Windows color (decimal): -8491316 or 13397630. OLE color: 13397630.

HSL color Cylindrical-coordinate representation of color #7E6ECC: hue angle of 250.21º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E6ECC is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 110 204 -
CMYK 0.38 0.46 0 0.2
HSL 250.21º 0.48% 0.62% -
HSV(B) 250.21º 0.46% 0.8% -
XYZ 25.08 19.95 59.66 -
YUV 125.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 126 110 204 0.38 0.46 0 0.2 250.21 0.48 0.62
Hex 7E 6E CC 26 2E 0 14 FA 30 3E
Octal 176 156 314 46 56 0 24 372 60 76
Binary 1111110 1101110 11001100 100110 101110 0 10100 11111010 110000 111110

Color Harmonies of #7E6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6ECC

Black with #7E6ECC

Text Example


Text Example

White with #7E6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,110,204); }

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

background-color css

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

 a { background-color: rgb(126,110,204); }

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

border-color css

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

 span { border-color: rgb(126,110,204); }

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