Html Css Color HEX #7980AF Wild Blue Yonder

📋 copy color: '#7980AF'

red 121 ◦ green 128 ◦ blue 175

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

Shades of Wild Blue Yonder #7980AF

Tints of Wild Blue Yonder #7980AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 28.54%
G = 30.19%
B = 41.27%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7980AF (or 0x7980AF) is known color: Wild Blue Yonder. HEX triplet: 79, 80 and AF. RGB value is (121,128,175). Sum of RGB (Red+Green+Blue) = 121+128+175=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #7980AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7980AF is #867F50. Grayscale: #838383. Windows color (decimal): -8814417 or 11501689. OLE color: 11501689.

HSL color Cylindrical-coordinate representation of color #7980AF: hue angle of 232.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7980AF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 128 175 -
CMYK 0.31 0.27 0 0.31
HSL 232.22º 0.25% 0.58% -
HSV(B) 232.22º 0.31% 0.69% -
XYZ 23.34 22.6 43.69 -
YUV 131.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 121 128 175 0.31 0.27 0 0.31 232.22 0.25 0.58
Hex 79 80 AF 1F 1B 0 1F E8 19 3A
Octal 171 200 257 37 33 0 37 350 31 72
Binary 1111001 10000000 10101111 11111 11011 0 11111 11101000 11001 111010

Color Harmonies of #7980AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7980AF

Black with #7980AF

Text Example


Text Example

White with #7980AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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