Html Css Color HEX #8677B8 Moody Blue

📋 copy color: '#8677B8'

red 134 ◦ green 119 ◦ blue 184

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

Shades of Moody Blue #8677B8

Tints of Moody Blue #8677B8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.23%

 BLUE value IS 184 (72.27% from 255) = 42.11%

R = 30.66%
G = 27.23%
B = 42.11%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8677B8 (or 0x8677B8) is known color: Moody Blue. HEX triplet: 86, 77 and B8. RGB value is (134,119,184). Sum of RGB (Red+Green+Blue) = 134+119+184=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #8677B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677B8 is #798847. Grayscale: #828282. Windows color (decimal): -7964744 or 12089222. OLE color: 12089222.

HSL color Cylindrical-coordinate representation of color #8677B8: hue angle of 253.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8677B8 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 119 184 -
CMYK 0.27 0.35 0 0.28
HSL 253.85º 0.31% 0.59% -
HSV(B) 253.85º 0.35% 0.72% -
XYZ 25.08 21.72 48.22 -
YUV 130.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 134 119 184 0.27 0.35 0 0.28 253.85 0.31 0.59
Hex 86 77 B8 1B 23 0 1C FE 1F 3B
Octal 206 167 270 33 43 0 34 376 37 73
Binary 10000110 1110111 10111000 11011 100011 0 11100 11111110 11111 111011

Color Harmonies of #8677B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8677B8

Black with #8677B8

Text Example


Text Example

White with #8677B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8677B8; }

 p { color: rgb(134,119,184); }

 H1.HeaderClassName
 {
   color: #8677B8;
 }
 .AnyTagClassName
 {
   color: #8677B8;
 }
</style>

background-color css

<style>
 a { background-color: #8677B8; }

 a { background-color: rgb(134,119,184); }

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

border-color css

<style>
 span { border-color: #8677B8; }

 span { border-color: rgb(134,119,184); }

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