#8689C3

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

Shades of Wild Blue Yonder #8689C3

Tints of Wild Blue Yonder #8689C3

Color information

#8689C3 (or 0x8689C3) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 89 and C3. RGB value is (134,137,195). Sum of RGB (Red+Green+Blue) = 134+137+195=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #8689C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689C3 is #79763C. Grayscale: #8E8E8E. Windows color (decimal): -7960125 or 12814726. OLE color: 12814726.

HSL color Cylindrical-coordinate representation of color #8689C3: hue angle of 237.05º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8689C3 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134137195-
CMYK0.310.3000.24
HSL237.05º33.7%64.51%-
HSV(B)237.05º31.28%76.47%-
XYZ28.6326.955.31-
YUV142.71157.51121.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.76%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 195 (76.56% from 255) = 41.85%
R=28.76%
G=29.40%
B=41.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341371950.310.3000.24237.0533.764.51
Hex8689C31F1E018ed2241
Octal206211303373603035542101
Binary1000011010001001110000111111111110011000111011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8689C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8689C3; }

 p { color: rgb(134,137,195); }

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

<style>
 a { background-color: #8689C3; }

 a { background-color: rgb(134,137,195); }

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

<style>
 span { border-color: #8689C3; }

 span { border-color: rgb(134,137,195); }

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