Html Css Color HEX #7A7ECD Moody Blue

📋 copy color: '#7A7ECD'

red 122 ◦ green 126 ◦ blue 205

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

Shades of Moody Blue #7A7ECD

Tints of Moody Blue #7A7ECD

RGB

 RED value IS 122 (48.05% from 255) = 26.93%

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

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

R = 26.93%
G = 27.81%
B = 45.25%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A7ECD (or 0x7A7ECD) is known color: Moody Blue. HEX triplet: 7A, 7E and CD. RGB value is (122,126,205). Sum of RGB (Red+Green+Blue) = 122+126+205=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A7ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ECD is #858132. Grayscale: #858585. Windows color (decimal): -8749363 or 13467258. OLE color: 13467258.

HSL color Cylindrical-coordinate representation of color #7A7ECD: hue angle of 237.11º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A7ECD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 126 205 -
CMYK 0.40 0.39 0 0.20
HSL 237.11º 0.45% 0.64% -
HSV(B) 237.11º 0.4% 0.8% -
XYZ 26.51 23.47 60.89 -
YUV 133.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 122 126 205 0.40 0.39 0 0.20 237.11 0.45 0.64
Hex 7A 7E CD 28 27 0 14 ED 2D 40
Octal 172 176 315 50 47 0 24 355 55 100
Binary 1111010 1111110 11001101 101000 100111 0 10100 11101101 101101 1000000

Color Harmonies of #7A7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7ECD

Black with #7A7ECD

Text Example


Text Example

White with #7A7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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