#8690BD

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

Shades of Wild Blue Yonder #8690BD

Tints of Wild Blue Yonder #8690BD

Color information

#8690BD (or 0x8690BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 90 and BD. RGB value is (134,144,189). Sum of RGB (Red+Green+Blue) = 134+144+189=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #8690BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8690BD is #796F42. Grayscale: #919191. Windows color (decimal): -7958339 or 12423302. OLE color: 12423302.

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

Color convert

RGB134144189-
CMYK0.290.2400.26
HSL229.09º29.41%63.33%-
HSV(B)229.09º29.1%74.12%-
XYZ28.9928.6952.15-
YUV146.14152.19119.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=28.69%
G=30.84%
B=40.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341441890.290.2400.26229.0929.4163.33
Hex8690BD1D1801Ae51d3f
Octal20622027535300323453577
Binary10000110100100001011110111101110000110101110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8690BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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