Html Css Color HEX #8679DC Moody Blue

📋 copy color: '#8679DC'

red 134 ◦ green 121 ◦ blue 220

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

Shades of Moody Blue #8679DC

Tints of Moody Blue #8679DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.47%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 28.21%
G = 25.47%
B = 46.32%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8679DC (or 0x8679DC) is known color: Moody Blue. HEX triplet: 86, 79 and DC. RGB value is (134,121,220). Sum of RGB (Red+Green+Blue) = 134+121+220=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #8679DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679DC is #798623. Grayscale: #878787. Windows color (decimal): -7964196 or 14449030. OLE color: 14449030.

HSL color Cylindrical-coordinate representation of color #8679DC: hue angle of 247.88º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8679DC is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 121 220 -
CMYK 0.39 0.45 0 0.14
HSL 247.88º 0.59% 0.67% -
HSV(B) 247.88º 0.45% 0.86% -
XYZ 29.59 23.91 70.77 -
YUV 136.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 134 121 220 0.39 0.45 0 0.14 247.88 0.59 0.67
Hex 86 79 DC 27 2D 0 E F8 3B 43
Octal 206 171 334 47 55 0 16 370 73 103
Binary 10000110 1111001 11011100 100111 101101 0 1110 11111000 111011 1000011

Color Harmonies of #8679DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8679DC

Black with #8679DC

Text Example


Text Example

White with #8679DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8679DC; }

 p { color: rgb(134,121,220); }

 H1.HeaderClassName
 {
   color: #8679DC;
 }
 .AnyTagClassName
 {
   color: #8679DC;
 }
</style>

background-color css

<style>
 a { background-color: #8679DC; }

 a { background-color: rgb(134,121,220); }

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

border-color css

<style>
 span { border-color: #8679DC; }

 span { border-color: rgb(134,121,220); }

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