Html Css Color HEX #7A80BE Wild Blue Yonder

📋 copy color: '#7A80BE'

red 122 ◦ green 128 ◦ blue 190

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

Shades of Wild Blue Yonder #7A80BE

Tints of Wild Blue Yonder #7A80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.09%

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 27.73%
G = 29.09%
B = 43.18%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A80BE (or 0x7A80BE) is known color: Wild Blue Yonder. HEX triplet: 7A, 80 and BE. RGB value is (122,128,190). Sum of RGB (Red+Green+Blue) = 122+128+190=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A80BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A80BE is #857F41. Grayscale: #858585. Windows color (decimal): -8748866 or 12484730. OLE color: 12484730.

HSL color Cylindrical-coordinate representation of color #7A80BE: hue angle of 234.71º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A80BE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 128 190 -
CMYK 0.36 0.33 0 0.25
HSL 234.71º 0.34% 0.61% -
HSV(B) 234.71º 0.36% 0.75% -
XYZ 25.04 23.29 51.89 -
YUV 133.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 122 128 190 0.36 0.33 0 0.25 234.71 0.34 0.61
Hex 7A 80 BE 24 21 0 19 EB 22 3D
Octal 172 200 276 44 41 0 31 353 42 75
Binary 1111010 10000000 10111110 100100 100001 0 11001 11101011 100010 111101

Color Harmonies of #7A80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A80BE

Black with #7A80BE

Text Example


Text Example

White with #7A80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,128,190); }

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

background-color css

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

 a { background-color: rgb(122,128,190); }

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

border-color css

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

 span { border-color: rgb(122,128,190); }

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