#8689BD

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

Shades of Wild Blue Yonder #8689BD

Tints of Wild Blue Yonder #8689BD

Color information

#8689BD (or 0x8689BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 89 and BD. RGB value is (134,137,189). Sum of RGB (Red+Green+Blue) = 134+137+189=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #8689BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689BD is #797642. Grayscale: #8D8D8D. Windows color (decimal): -7960131 or 12421510. OLE color: 12421510.

HSL color Cylindrical-coordinate representation of color #8689BD: hue angle of 236.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8689BD is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134137189-
CMYK0.290.2800.26
HSL236.73º29.41%63.33%-
HSV(B)236.73º29.1%74.12%-
XYZ27.9626.6351.81-
YUV142.03154.51122.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.13%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=29.13%
G=29.78%
B=41.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341371890.290.2800.26236.7329.4163.33
Hex8689BD1D1C01Aed1d3f
Octal20621127535340323553577
Binary10000110100010011011110111101111000110101110110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8689BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8689BD; }

 p { color: rgb(134,137,189); }

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

<style>
 a { background-color: #8689BD; }

 a { background-color: rgb(134,137,189); }

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

<style>
 span { border-color: #8689BD; }

 span { border-color: rgb(134,137,189); }

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