Html Css Color HEX #7A7EAD Wild Blue Yonder

📋 copy color: '#7A7EAD'

red 122 ◦ green 126 ◦ blue 173

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

Shades of Wild Blue Yonder #7A7EAD

Tints of Wild Blue Yonder #7A7EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 28.98%
G = 29.93%
B = 41.09%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A7EAD (or 0x7A7EAD) is known color: Wild Blue Yonder. HEX triplet: 7A, 7E and AD. RGB value is (122,126,173). Sum of RGB (Red+Green+Blue) = 122+126+173=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A7EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7EAD is #858152. Grayscale: #818181. Windows color (decimal): -8749395 or 11370106. OLE color: 11370106.

HSL color Cylindrical-coordinate representation of color #7A7EAD: hue angle of 235.29º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A7EAD is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 126 173 -
CMYK 0.29 0.27 0 0.32
HSL 235.29º 0.24% 0.58% -
HSV(B) 235.29º 0.29% 0.68% -
XYZ 23.03 22.08 42.58 -
YUV 130.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 122 126 173 0.29 0.27 0 0.32 235.29 0.24 0.58
Hex 7A 7E AD 1D 1B 0 20 EB 18 3A
Octal 172 176 255 35 33 0 40 353 30 72
Binary 1111010 1111110 10101101 11101 11011 0 100000 11101011 11000 111010

Color Harmonies of #7A7EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7EAD

Black with #7A7EAD

Text Example


Text Example

White with #7A7EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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