#8083AB

Color #8083AB Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #8083AB

Tints of Wild Blue Yonder #8083AB

Color information

#8083AB (or 0x8083AB) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 83 and AB. RGB value is (128,131,171). Sum of RGB (Red+Green+Blue) = 128+131+171=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #8083AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8083AB is #7F7C54. Grayscale: #868686. Windows color (decimal): -8354901 or 11240320. OLE color: 11240320.

HSL color Cylindrical-coordinate representation of color #8083AB: hue angle of 235.81º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8083AB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128131171-
CMYK0.250.2300.33
HSL235.81º20.38%58.63%-
HSV(B)235.81º25.15%67.06%-
XYZ24.3723.7641.83-
YUV134.66148.51123.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=29.77%
G=30.47%
B=39.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281311710.250.2300.33235.8120.3858.63
Hex8083AB1917021ec143b
Octal20020325331270413542473
Binary100000001000001110101011110011011101000011110110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8083AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8083AB; }

 p { color: rgb(128,131,171); }

 H1.HeaderClassName
 {
   color: #8083AB;
 }
 .AnyTagClassName
 {
   color: #8083AB;
 }
</style>
background-color css

<style>
 a { background-color: #8083AB; }

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

 div.DivClassName
 {
   background-color: #8083AB;
 }
 .BgClassName
 {
   background-color: #8083AB;
 }
</style>
border-color css

<style>
 span { border-color: #8083AB; }

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

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