#8083AF

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

Shades of Wild Blue Yonder #8083AF

Tints of Wild Blue Yonder #8083AF

Color information

#8083AF (or 0x8083AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 83 and AF. RGB value is (128,131,175). Sum of RGB (Red+Green+Blue) = 128+131+175=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #8083AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8083AF is #7F7C50. Grayscale: #868686. Windows color (decimal): -8354897 or 11502464. OLE color: 11502464.

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

Color convert

RGB128131175-
CMYK0.270.2500.31
HSL236.17º22.71%59.41%-
HSV(B)236.17º26.86%68.63%-
XYZ24.7623.9243.87-
YUV135.12150.51122.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=29.49%
G=30.18%
B=40.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281311750.270.2500.31236.1722.7159.41
Hex8083AF1B1901Fec173b
Octal20020325733310373542773
Binary10000000100000111010111111011110010111111110110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8083AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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