Html Css Color HEX #7A7EDB Moody Blue

📋 copy color: '#7A7EDB'

red 122 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #7A7EDB

Tints of Moody Blue #7A7EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 26.12%
G = 26.98%
B = 46.9%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A7EDB (or 0x7A7EDB) is known color: Moody Blue. HEX triplet: 7A, 7E and DB. RGB value is (122,126,219). Sum of RGB (Red+Green+Blue) = 122+126+219=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A7EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7EDB is #858124. Grayscale: #878787. Windows color (decimal): -8749349 or 14384762. OLE color: 14384762.

HSL color Cylindrical-coordinate representation of color #7A7EDB: hue angle of 237.53º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A7EDB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 126 219 -
CMYK 0.44 0.42 0 0.14
HSL 237.53º 0.57% 0.67% -
HSV(B) 237.53º 0.44% 0.86% -
XYZ 28.27 24.17 70.19 -
YUV 135.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 122 126 219 0.44 0.42 0 0.14 237.53 0.57 0.67
Hex 7A 7E DB 2C 2A 0 E EE 39 43
Octal 172 176 333 54 52 0 16 356 71 103
Binary 1111010 1111110 11011011 101100 101010 0 1110 11101110 111001 1000011

Color Harmonies of #7A7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7EDB

Black with #7A7EDB

Text Example


Text Example

White with #7A7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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