Html Css Color HEX #8676BC Moody Blue

📋 copy color: '#8676BC'

red 134 ◦ green 118 ◦ blue 188

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

Shades of Moody Blue #8676BC

Tints of Moody Blue #8676BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

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

R = 30.45%
G = 26.82%
B = 42.73%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8676BC (or 0x8676BC) is known color: Moody Blue. HEX triplet: 86, 76 and BC. RGB value is (134,118,188). Sum of RGB (Red+Green+Blue) = 134+118+188=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #8676BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676BC is #798943. Grayscale: #828282. Windows color (decimal): -7964996 or 12351110. OLE color: 12351110.

HSL color Cylindrical-coordinate representation of color #8676BC: hue angle of 253.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8676BC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 118 188 -
CMYK 0.29 0.37 0 0.26
HSL 253.71º 0.34% 0.6% -
HSV(B) 253.71º 0.37% 0.74% -
XYZ 25.39 21.66 50.42 -
YUV 130.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 134 118 188 0.29 0.37 0 0.26 253.71 0.34 0.6
Hex 86 76 BC 1D 25 0 1A FE 22 3C
Octal 206 166 274 35 45 0 32 376 42 74
Binary 10000110 1110110 10111100 11101 100101 0 11010 11111110 100010 111100

Color Harmonies of #8676BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8676BC

Black with #8676BC

Text Example


Text Example

White with #8676BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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