Html Css Color HEX #8677DB Moody Blue

📋 copy color: '#8677DB'

red 134 ◦ green 119 ◦ blue 219

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

Shades of Moody Blue #8677DB

Tints of Moody Blue #8677DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 28.39%
G = 25.21%
B = 46.4%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8677DB (or 0x8677DB) is known color: Moody Blue. HEX triplet: 86, 77 and DB. RGB value is (134,119,219). Sum of RGB (Red+Green+Blue) = 134+119+219=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #8677DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677DB is #798824. Grayscale: #868686. Windows color (decimal): -7964709 or 14382982. OLE color: 14382982.

HSL color Cylindrical-coordinate representation of color #8677DB: hue angle of 249º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8677DB is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 119 219 -
CMYK 0.39 0.46 0 0.14
HSL 249º 0.58% 0.66% -
HSV(B) 249º 0.46% 0.86% -
XYZ 29.21 23.38 69.99 -
YUV 134.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 134 119 219 0.39 0.46 0 0.14 249 0.58 0.66
Hex 86 77 DB 27 2E 0 E F9 3A 42
Octal 206 167 333 47 56 0 16 371 72 102
Binary 10000110 1110111 11011011 100111 101110 0 1110 11111001 111010 1000010

Color Harmonies of #8677DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8677DB

Black with #8677DB

Text Example


Text Example

White with #8677DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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