Html Css Color HEX #8689BC Wild Blue Yonder

📋 copy color: '#8689BC'

red 134 ◦ green 137 ◦ blue 188

#8689BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #8689BC

Tints of Wild Blue Yonder #8689BC

RGB

 RED value IS 134 (52.73% from 255) = 29.19%

 GREEN value IS 137 (53.91% from 255) = 29.85%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 29.19%
G = 29.85%
B = 40.96%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8689BC (or 0x8689BC) is known color: Wild Blue Yonder. HEX triplet: 86, 89 and BC. RGB value is (134,137,188). Sum of RGB (Red+Green+Blue) = 134+137+188=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #8689BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689BC is #797643. Grayscale: #8D8D8D. Windows color (decimal): -7960132 or 12355974. OLE color: 12355974.

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

Color convert

RGB 134 137 188 -
CMYK 0.29 0.27 0 0.26
HSL 236.67º 0.29% 0.63% -
HSV(B) 236.67º 0.29% 0.74% -
XYZ 27.85 26.59 51.24 -
YUV 141.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 134 137 188 0.29 0.27 0 0.26 236.67 0.29 0.63
Hex 86 89 BC 1D 1B 0 1A ED 1D 3F
Octal 206 211 274 35 33 0 32 355 35 77
Binary 10000110 10001001 10111100 11101 11011 0 11010 11101101 11101 111111

Color Harmonies of #8689BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689BC

Black with #8689BC

Text Example


Text Example

White with #8689BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8689BC;
 }
 .AnyTagClassName
 {
   color: #8689BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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