Html Css Color HEX #7A7ECB Moody Blue

📋 copy color: '#7A7ECB'

red 122 ◦ green 126 ◦ blue 203

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

Shades of Moody Blue #7A7ECB

Tints of Moody Blue #7A7ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 27.05%
G = 27.94%
B = 45.01%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A7ECB (or 0x7A7ECB) is known color: Moody Blue. HEX triplet: 7A, 7E and CB. RGB value is (122,126,203). Sum of RGB (Red+Green+Blue) = 122+126+203=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A7ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ECB is #858134. Grayscale: #858585. Windows color (decimal): -8749365 or 13336186. OLE color: 13336186.

HSL color Cylindrical-coordinate representation of color #7A7ECB: hue angle of 237.04º degrees, saturation: 0.44, 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 #7A7ECB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 126 203 -
CMYK 0.40 0.38 0 0.20
HSL 237.04º 0.44% 0.64% -
HSV(B) 237.04º 0.4% 0.8% -
XYZ 26.27 23.37 59.63 -
YUV 133.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 122 126 203 0.40 0.38 0 0.20 237.04 0.44 0.64
Hex 7A 7E CB 28 26 0 14 ED 2C 40
Octal 172 176 313 50 46 0 24 355 54 100
Binary 1111010 1111110 11001011 101000 100110 0 10100 11101101 101100 1000000

Color Harmonies of #7A7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7ECB

Black with #7A7ECB

Text Example


Text Example

White with #7A7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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