#8688BF

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

Shades of Wild Blue Yonder #8688BF

Tints of Wild Blue Yonder #8688BF

Color information

#8688BF (or 0x8688BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 88 and BF. RGB value is (134,136,191). Sum of RGB (Red+Green+Blue) = 134+136+191=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #8688BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688BF is #797740. Grayscale: #8D8D8D. Windows color (decimal): -7960385 or 12552326. OLE color: 12552326.

HSL color Cylindrical-coordinate representation of color #8688BF: hue angle of 237.89º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8688BF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134136191-
CMYK0.300.2900.25
HSL237.89º30.81%63.73%-
HSV(B)237.89º29.84%74.9%-
XYZ28.0426.4452.92-
YUV141.67155.84122.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.07%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 191 (75% from 255) = 41.43%
R=29.07%
G=29.50%
B=41.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341361910.300.2900.25237.8930.8163.73
Hex8688BF1E1D019ee1f40
Octal206210277363503135637100
Binary100001101000100010111111111101110101100111101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8688BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8688BF; }

 p { color: rgb(134,136,191); }

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

<style>
 a { background-color: #8688BF; }

 a { background-color: rgb(134,136,191); }

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

<style>
 span { border-color: #8688BF; }

 span { border-color: rgb(134,136,191); }

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