#8690BF

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

Shades of Wild Blue Yonder #8690BF

Tints of Wild Blue Yonder #8690BF

Color information

#8690BF (or 0x8690BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 90 and BF. RGB value is (134,144,191). Sum of RGB (Red+Green+Blue) = 134+144+191=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #8690BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8690BF is #796F40. Grayscale: #929292. Windows color (decimal): -7958337 or 12554374. OLE color: 12554374.

HSL color Cylindrical-coordinate representation of color #8690BF: hue angle of 229.47º 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 #8690BF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134144191-
CMYK0.300.2500.25
HSL229.47º30.81%63.73%-
HSV(B)229.47º29.84%74.9%-
XYZ29.2128.7853.31-
YUV146.37153.19119.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.57%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 191 (75% from 255) = 40.72%
R=28.57%
G=30.70%
B=40.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341441910.300.2500.25229.4730.8163.73
Hex8690BF1E19019e51f40
Octal206220277363103134537100
Binary100001101001000010111111111101100101100111100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8690BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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