Html Css Color HEX #8688BE Wild Blue Yonder

📋 copy color: '#8688BE'

red 134 ◦ green 136 ◦ blue 190

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

Shades of Wild Blue Yonder #8688BE

Tints of Wild Blue Yonder #8688BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.57%

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 29.13%
G = 29.57%
B = 41.3%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8688BE (or 0x8688BE) is known color: Wild Blue Yonder. HEX triplet: 86, 88 and BE. RGB value is (134,136,190). Sum of RGB (Red+Green+Blue) = 134+136+190=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #8688BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688BE is #797741. Grayscale: #8D8D8D. Windows color (decimal): -7960386 or 12486790. OLE color: 12486790.

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

Color convert

RGB 134 136 190 -
CMYK 0.29 0.28 0 0.25
HSL 237.86º 0.3% 0.64% -
HSV(B) 237.86º 0.29% 0.75% -
XYZ 27.93 26.39 52.34 -
YUV 141.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 134 136 190 0.29 0.28 0 0.25 237.86 0.3 0.64
Hex 86 88 BE 1D 1C 0 19 EE 1E 40
Octal 206 210 276 35 34 0 31 356 36 100
Binary 10000110 10001000 10111110 11101 11100 0 11001 11101110 11110 1000000

Color Harmonies of #8688BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8688BE

Black with #8688BE

Text Example


Text Example

White with #8688BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8688BE;
 }
 .AnyTagClassName
 {
   color: #8688BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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