#8690BB

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

Shades of Wild Blue Yonder #8690BB

Tints of Wild Blue Yonder #8690BB

Color information

#8690BB (or 0x8690BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 90 and BB. RGB value is (134,144,187). Sum of RGB (Red+Green+Blue) = 134+144+187=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #8690BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8690BB is #796F44. Grayscale: #919191. Windows color (decimal): -7958341 or 12292230. OLE color: 12292230.

HSL color Cylindrical-coordinate representation of color #8690BB: hue angle of 228.68º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8690BB is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134144187-
CMYK0.280.2300.27
HSL228.68º28.04%62.94%-
HSV(B)228.68º28.34%73.33%-
XYZ28.7728.651.02-
YUV145.91151.19119.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=28.82%
G=30.97%
B=40.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341441870.280.2300.27228.6828.0462.94
Hex8690BB1C1701Be51c3f
Octal20622027334270333453477
Binary10000110100100001011101111100101110110111110010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8690BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,144,187); }

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

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

 a { background-color: rgb(134,144,187); }

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

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

 span { border-color: rgb(134,144,187); }

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