#8688BE

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

Shades of Wild Blue Yonder #8688BE

Tints of Wild Blue Yonder #8688BE

Color information

#8688BE (or 0x8688BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 88 and BE. RGB value is (134,136,190). Sum of RGB (Red+Green+Blue) = 134+136+190=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #8688BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688BE is #797741. Grayscale: #8D8D8D. Windows color (decimal): -7960386 or 12486790. OLE color: 12486790.

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

Color convert

RGB134136190-
CMYK0.290.2800.25
HSL237.86º30.11%63.53%-
HSV(B)237.86º29.47%74.51%-
XYZ27.9326.3952.34-
YUV141.56155.34122.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.13%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=29.13%
G=29.57%
B=41.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341361900.290.2800.25237.8630.1163.53
Hex8688BE1D1C019ee1e40
Octal206210276353403135636100
Binary100001101000100010111110111011110001100111101110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8688BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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