#8083BA

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

Shades of Wild Blue Yonder #8083BA

Tints of Wild Blue Yonder #8083BA

Color information

#8083BA (or 0x8083BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 83 and BA. RGB value is (128,131,186). Sum of RGB (Red+Green+Blue) = 128+131+186=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #8083BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083BA is #7F7C45. Grayscale: #888888. Windows color (decimal): -8354886 or 12223360. OLE color: 12223360.

HSL color Cylindrical-coordinate representation of color #8083BA: hue angle of 236.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8083BA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128131186-
CMYK0.310.3000.27
HSL236.9º29.59%61.57%-
HSV(B)236.9º31.18%72.94%-
XYZ25.8824.3749.79-
YUV136.37156.01122.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.76%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=28.76%
G=29.44%
B=41.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281311860.310.3000.27236.929.5961.57
Hex8083BA1F1E01Bed1e3e
Octal20020327237360333553676
Binary10000000100000111011101011111111100110111110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8083BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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