#8197BA

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

Shades of Wild Blue Yonder #8197BA

Tints of Wild Blue Yonder #8197BA

Color information

#8197BA (or 0x8197BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 97 and BA. RGB value is (129,151,186). Sum of RGB (Red+Green+Blue) = 129+151+186=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8197BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197BA is #7E6845. Grayscale: #949494. Windows color (decimal): -8284230 or 12228481. OLE color: 12228481.

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

Color convert

RGB129151186-
CMYK0.310.1900.27
HSL216.84º29.23%61.76%-
HSV(B)216.84º30.65%72.94%-
XYZ28.9830.3550.78-
YUV148.41149.21114.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=27.68%
G=32.40%
B=39.91%

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
Decimal1291511860.310.1900.27216.8429.2361.76
Hex8197BA1F1301Bd91d3e
Octal20122727237230333313576
Binary10000001100101111011101011111100110110111101100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8197BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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