#8097BA

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

Shades of Wild Blue Yonder #8097BA

Tints of Wild Blue Yonder #8097BA

Color information

#8097BA (or 0x8097BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 97 and BA. RGB value is (128,151,186). Sum of RGB (Red+Green+Blue) = 128+151+186=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #8097BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8097BA is #7F6845. Grayscale: #939393. Windows color (decimal): -8349766 or 12228480. OLE color: 12228480.

HSL color Cylindrical-coordinate representation of color #8097BA: hue angle of 216.21º 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 #8097BA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128151186-
CMYK0.310.1900.27
HSL216.21º29.59%61.57%-
HSV(B)216.21º31.18%72.94%-
XYZ28.8330.2750.78-
YUV148.11149.38113.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 186 (73.05% from 255) = 40%
R=27.53%
G=32.47%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281511860.310.1900.27216.2129.5961.57
Hex8097BA1F1301Bd81e3e
Octal20022727237230333303676
Binary10000000100101111011101011111100110110111101100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8097BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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