#8693BE

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

Shades of Wild Blue Yonder #8693BE

Tints of Wild Blue Yonder #8693BE

Color information

#8693BE (or 0x8693BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 93 and BE. RGB value is (134,147,190). Sum of RGB (Red+Green+Blue) = 134+147+190=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #8693BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8693BE is #796C41. Grayscale: #939393. Windows color (decimal): -7957570 or 12489606. OLE color: 12489606.

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

Color convert

RGB134147190-
CMYK0.290.2300.25
HSL226.07º30.11%63.53%-
HSV(B)226.07º29.47%74.51%-
XYZ29.5629.6552.88-
YUV148.01151.69118-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=28.45%
G=31.21%
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.25
SystemRedGreenBlueCMYKHSL
Decimal1341471900.290.2300.25226.0730.1163.53
Hex8693BE1D17019e21e40
Octal206223276352703134236100
Binary100001101001001110111110111011011101100111100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8693BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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