Html Css Color HEX #7980BE Wild Blue Yonder

📋 copy color: '#7980BE'

red 121 ◦ green 128 ◦ blue 190

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

Shades of Wild Blue Yonder #7980BE

Tints of Wild Blue Yonder #7980BE

RGB

 RED value IS 121 (47.66% from 255) = 27.56%

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

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

R = 27.56%
G = 29.16%
B = 43.28%

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

#7980BE (or 0x7980BE) is known color: Wild Blue Yonder. HEX triplet: 79, 80 and BE. RGB value is (121,128,190). Sum of RGB (Red+Green+Blue) = 121+128+190=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7980BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980BE is #867F41. Grayscale: #848484. Windows color (decimal): -8814402 or 12484729. OLE color: 12484729.

HSL color Cylindrical-coordinate representation of color #7980BE: hue angle of 233.91º degrees, saturation: 0.35, 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 #7980BE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 128 190 -
CMYK 0.36 0.33 0 0.25
HSL 233.91º 0.35% 0.61% -
HSV(B) 233.91º 0.36% 0.75% -
XYZ 24.9 23.22 51.89 -
YUV 132.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 121 128 190 0.36 0.33 0 0.25 233.91 0.35 0.61
Hex 79 80 BE 24 21 0 19 EA 23 3D
Octal 171 200 276 44 41 0 31 352 43 75
Binary 1111001 10000000 10111110 100100 100001 0 11001 11101010 100011 111101

Color Harmonies of #7980BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7980BE

Black with #7980BE

Text Example


Text Example

White with #7980BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7980BE; }

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

 H1.HeaderClassName
 {
   color: #7980BE;
 }
 .AnyTagClassName
 {
   color: #7980BE;
 }
</style>

background-color css

<style>
 a { background-color: #7980BE; }

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

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

border-color css

<style>
 span { border-color: #7980BE; }

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

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