#8692BD

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

Shades of Wild Blue Yonder #8692BD

Tints of Wild Blue Yonder #8692BD

Color information

#8692BD (or 0x8692BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 92 and BD. RGB value is (134,146,189). Sum of RGB (Red+Green+Blue) = 134+146+189=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #8692BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8692BD is #796D42. Grayscale: #939393. Windows color (decimal): -7957827 or 12423814. OLE color: 12423814.

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

Color convert

RGB134146189-
CMYK0.290.2300.26
HSL226.91º29.41%63.33%-
HSV(B)226.91º29.1%74.12%-
XYZ29.329.352.26-
YUV147.31151.52118.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.57%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=28.57%
G=31.13%
B=40.30%

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
Decimal1341461890.290.2300.26226.9129.4163.33
Hex8692BD1D1701Ae31d3f
Octal20622227535270323433577
Binary10000110100100101011110111101101110110101110001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8692BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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