Html Css Color HEX #8080AD Wild Blue Yonder

📋 copy color: '#8080AD'

red 128 ◦ green 128 ◦ blue 173

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

Shades of Wild Blue Yonder #8080AD

Tints of Wild Blue Yonder #8080AD

RGB

 RED value IS 128 (50.39% from 255) = 29.84%

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

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

R = 29.84%
G = 29.84%
B = 40.33%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8080AD (or 0x8080AD) is known color: Wild Blue Yonder. HEX triplet: 80, 80 and AD. RGB value is (128,128,173). Sum of RGB (Red+Green+Blue) = 128+128+173=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #8080AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8080AD is #7F7F52. Grayscale: #848484. Windows color (decimal): -8355667 or 11370624. OLE color: 11370624.

HSL color Cylindrical-coordinate representation of color #8080AD: hue angle of 240º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8080AD is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 128 173 -
CMYK 0.26 0.26 0 0.32
HSL 240º 0.22% 0.59% -
HSV(B) 240º 0.26% 0.68% -
XYZ 24.16 23.04 42.71 -
YUV 133.13 150.5 124.34 -
System Red Green Blue C M Y K H S L
Decimal 128 128 173 0.26 0.26 0 0.32 240 0.22 0.59
Hex 80 80 AD 1A 1A 0 20 F0 16 3B
Octal 200 200 255 32 32 0 40 360 26 73
Binary 10000000 10000000 10101101 11010 11010 0 100000 11110000 10110 111011

Color Harmonies of #8080AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8080AD

Black with #8080AD

Text Example


Text Example

White with #8080AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8080AD; }

 p { color: rgb(128,128,173); }

 H1.HeaderClassName
 {
   color: #8080AD;
 }
 .AnyTagClassName
 {
   color: #8080AD;
 }
</style>

background-color css

<style>
 a { background-color: #8080AD; }

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

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

border-color css

<style>
 span { border-color: #8080AD; }

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

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