Html Css Color HEX #8678D9 Moody Blue

📋 copy color: '#8678D9'

red 134 ◦ green 120 ◦ blue 217

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

Shades of Moody Blue #8678D9

Tints of Moody Blue #8678D9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.48%

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 28.45%
G = 25.48%
B = 46.07%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8678D9 (or 0x8678D9) is known color: Moody Blue. HEX triplet: 86, 78 and D9. RGB value is (134,120,217). Sum of RGB (Red+Green+Blue) = 134+120+217=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #8678D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678D9 is #798726. Grayscale: #868686. Windows color (decimal): -7964455 or 14252166. OLE color: 14252166.

HSL color Cylindrical-coordinate representation of color #8678D9: hue angle of 248.66º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8678D9 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 120 217 -
CMYK 0.38 0.45 0 0.15
HSL 248.66º 0.56% 0.66% -
HSV(B) 248.66º 0.45% 0.85% -
XYZ 29.07 23.51 68.65 -
YUV 135.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 134 120 217 0.38 0.45 0 0.15 248.66 0.56 0.66
Hex 86 78 D9 26 2D 0 F F9 38 42
Octal 206 170 331 46 55 0 17 371 70 102
Binary 10000110 1111000 11011001 100110 101101 0 1111 11111001 111000 1000010

Color Harmonies of #8678D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8678D9

Black with #8678D9

Text Example


Text Example

White with #8678D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8678D9; }

 p { color: rgb(134,120,217); }

 H1.HeaderClassName
 {
   color: #8678D9;
 }
 .AnyTagClassName
 {
   color: #8678D9;
 }
</style>

background-color css

<style>
 a { background-color: #8678D9; }

 a { background-color: rgb(134,120,217); }

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

border-color css

<style>
 span { border-color: #8678D9; }

 span { border-color: rgb(134,120,217); }

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