Html Css Color HEX #8684BA Moody Blue

📋 copy color: '#8684BA'

red 134 ◦ green 132 ◦ blue 186

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

Shades of Moody Blue #8684BA

Tints of Moody Blue #8684BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.2%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 29.65%
G = 29.2%
B = 41.15%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8684BA (or 0x8684BA) is known color: Moody Blue. HEX triplet: 86, 84 and BA. RGB value is (134,132,186). Sum of RGB (Red+Green+Blue) = 134+132+186=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8684BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8684BA is #797B45. Grayscale: #8A8A8A. Windows color (decimal): -7961414 or 12223622. OLE color: 12223622.

HSL color Cylindrical-coordinate representation of color #8684BA: hue angle of 242.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8684BA is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 132 186 -
CMYK 0.28 0.29 0 0.27
HSL 242.22º 0.28% 0.62% -
HSV(B) 242.22º 0.29% 0.73% -
XYZ 26.95 25.12 49.88 -
YUV 138.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 134 132 186 0.28 0.29 0 0.27 242.22 0.28 0.62
Hex 86 84 BA 1C 1D 0 1B F2 1C 3E
Octal 206 204 272 34 35 0 33 362 34 76
Binary 10000110 10000100 10111010 11100 11101 0 11011 11110010 11100 111110

Color Harmonies of #8684BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8684BA

Black with #8684BA

Text Example


Text Example

White with #8684BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8684BA; }

 p { color: rgb(134,132,186); }

 H1.HeaderClassName
 {
   color: #8684BA;
 }
 .AnyTagClassName
 {
   color: #8684BA;
 }
</style>

background-color css

<style>
 a { background-color: #8684BA; }

 a { background-color: rgb(134,132,186); }

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

border-color css

<style>
 span { border-color: #8684BA; }

 span { border-color: rgb(134,132,186); }

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