Html Css Color HEX #7880AF Wild Blue Yonder

📋 copy color: '#7880AF'

red 120 ◦ green 128 ◦ blue 175

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

Shades of Wild Blue Yonder #7880AF

Tints of Wild Blue Yonder #7880AF

RGB

 RED value IS 120 (47.27% from 255) = 28.37%

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

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

R = 28.37%
G = 30.26%
B = 41.37%

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

#7880AF (or 0x7880AF) is known color: Wild Blue Yonder. HEX triplet: 78, 80 and AF. RGB value is (120,128,175). Sum of RGB (Red+Green+Blue) = 120+128+175=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #7880AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7880AF is #877F50. Grayscale: #828282. Windows color (decimal): -8879953 or 11501688. OLE color: 11501688.

HSL color Cylindrical-coordinate representation of color #7880AF: hue angle of 231.27º degrees, saturation: 0.26, 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 #7880AF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 128 175 -
CMYK 0.31 0.27 0 0.31
HSL 231.27º 0.26% 0.58% -
HSV(B) 231.27º 0.31% 0.69% -
XYZ 23.2 22.53 43.68 -
YUV 130.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 120 128 175 0.31 0.27 0 0.31 231.27 0.26 0.58
Hex 78 80 AF 1F 1B 0 1F E7 1A 3A
Octal 170 200 257 37 33 0 37 347 32 72
Binary 1111000 10000000 10101111 11111 11011 0 11111 11100111 11010 111010

Color Harmonies of #7880AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7880AF

Black with #7880AF

Text Example


Text Example

White with #7880AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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