Html Css Color HEX #7A7EDD Moody Blue

📋 copy color: '#7A7EDD'

red 122 ◦ green 126 ◦ blue 221

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

Shades of Moody Blue #7A7EDD

Tints of Moody Blue #7A7EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 26.01%
G = 26.87%
B = 47.12%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A7EDD (or 0x7A7EDD) is known color: Moody Blue. HEX triplet: 7A, 7E and DD. RGB value is (122,126,221). Sum of RGB (Red+Green+Blue) = 122+126+221=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A7EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7EDD is #858122. Grayscale: #878787. Windows color (decimal): -8749347 or 14515834. OLE color: 14515834.

HSL color Cylindrical-coordinate representation of color #7A7EDD: hue angle of 237.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A7EDD is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 126 221 -
CMYK 0.45 0.43 0 0.13
HSL 237.58º 0.59% 0.67% -
HSV(B) 237.58º 0.45% 0.87% -
XYZ 28.54 24.28 71.59 -
YUV 135.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 122 126 221 0.45 0.43 0 0.13 237.58 0.59 0.67
Hex 7A 7E DD 2D 2B 0 D EE 3B 43
Octal 172 176 335 55 53 0 15 356 73 103
Binary 1111010 1111110 11011101 101101 101011 0 1101 11101110 111011 1000011

Color Harmonies of #7A7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7EDD

Black with #7A7EDD

Text Example


Text Example

White with #7A7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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