#8694BE

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

Shades of Wild Blue Yonder #8694BE

Tints of Wild Blue Yonder #8694BE

Color information

#8694BE (or 0x8694BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 94 and BE. RGB value is (134,148,190). Sum of RGB (Red+Green+Blue) = 134+148+190=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #8694BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694BE is #796B41. Grayscale: #949494. Windows color (decimal): -7957314 or 12489862. OLE color: 12489862.

HSL color Cylindrical-coordinate representation of color #8694BE: hue angle of 225º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8694BE is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134148190-
CMYK0.290.2200.25
HSL225º30.11%63.53%-
HSV(B)225º29.47%74.51%-
XYZ29.7229.9752.93-
YUV148.6151.36117.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=28.39%
G=31.36%
B=40.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341481900.290.2200.2522530.1163.53
Hex8694BE1D16019e11e40
Octal206224276352603134136100
Binary100001101001010010111110111011011001100111100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8694BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8694BE; }

 p { color: rgb(134,148,190); }

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

<style>
 a { background-color: #8694BE; }

 a { background-color: rgb(134,148,190); }

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

<style>
 span { border-color: #8694BE; }

 span { border-color: rgb(134,148,190); }

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