#8197BB

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

Shades of Wild Blue Yonder #8197BB

Tints of Wild Blue Yonder #8197BB

Color information

#8197BB (or 0x8197BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 97 and BB. RGB value is (129,151,187). Sum of RGB (Red+Green+Blue) = 129+151+187=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #8197BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197BB is #7E6844. Grayscale: #949494. Windows color (decimal): -8284229 or 12294017. OLE color: 12294017.

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

Color convert

RGB129151187-
CMYK0.310.1900.27
HSL217.24º29.9%61.96%-
HSV(B)217.24º31.02%73.33%-
XYZ29.0930.3951.35-
YUV148.53149.71114.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=27.62%
G=32.33%
B=40.04%

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
Decimal1291511870.310.1900.27217.2429.961.96
Hex8197BB1F1301Bd91e3e
Octal20122727337230333313676
Binary10000001100101111011101111111100110110111101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8197BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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