#8690BC

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

Shades of Wild Blue Yonder #8690BC

Tints of Wild Blue Yonder #8690BC

Color information

#8690BC (or 0x8690BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 90 and BC. RGB value is (134,144,188). Sum of RGB (Red+Green+Blue) = 134+144+188=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #8690BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8690BC is #796F43. Grayscale: #919191. Windows color (decimal): -7958340 or 12357766. OLE color: 12357766.

HSL color Cylindrical-coordinate representation of color #8690BC: hue angle of 228.89º 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 #8690BC is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134144188-
CMYK0.290.2300.26
HSL228.89º28.72%63.14%-
HSV(B)228.89º28.72%73.73%-
XYZ28.8828.6551.58-
YUV146.03151.69119.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.76%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=28.76%
G=30.90%
B=40.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341441880.290.2300.26228.8928.7263.14
Hex8690BC1D1701Ae51d3f
Octal20622027435270323453577
Binary10000110100100001011110011101101110110101110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8690BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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