#8692BA

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

Shades of Wild Blue Yonder #8692BA

Tints of Wild Blue Yonder #8692BA

Color information

#8692BA (or 0x8692BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 92 and BA. RGB value is (134,146,186). Sum of RGB (Red+Green+Blue) = 134+146+186=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8692BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8692BA is #796D45. Grayscale: #929292. Windows color (decimal): -7957830 or 12227206. OLE color: 12227206.

HSL color Cylindrical-coordinate representation of color #8692BA: hue angle of 226.15º degrees, saturation: 0.27, 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 #8692BA is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134146186-
CMYK0.280.2200.27
HSL226.15º27.37%62.75%-
HSV(B)226.15º27.96%72.94%-
XYZ28.9729.1750.56-
YUV146.97150.02118.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.76%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=28.76%
G=31.33%
B=39.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341461860.280.2200.27226.1527.3762.75
Hex8692BA1C1601Be21b3f
Octal20622227234260333423377
Binary10000110100100101011101011100101100110111110001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8692BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8692BA; }

 p { color: rgb(134,146,186); }

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

<style>
 a { background-color: #8692BA; }

 a { background-color: rgb(134,146,186); }

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

<style>
 span { border-color: #8692BA; }

 span { border-color: rgb(134,146,186); }

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