Html Css Color HEX #867ED6 Moody Blue

📋 copy color: '#867ED6'

red 134 ◦ green 126 ◦ blue 214

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

Shades of Moody Blue #867ED6

Tints of Moody Blue #867ED6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 28.27%
G = 26.58%
B = 45.15%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#867ED6 (or 0x867ED6) is known color: Moody Blue. HEX triplet: 86, 7E and D6. RGB value is (134,126,214). Sum of RGB (Red+Green+Blue) = 134+126+214=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #867ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ED6 is #798129. Grayscale: #8A8A8A. Windows color (decimal): -7962922 or 14057094. OLE color: 14057094.

HSL color Cylindrical-coordinate representation of color #867ED6: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #867ED6 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 126 214 -
CMYK 0.37 0.41 0 0.16
HSL 245.45º 0.52% 0.67% -
HSV(B) 245.45º 0.41% 0.84% -
XYZ 29.43 24.85 66.86 -
YUV 138.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 134 126 214 0.37 0.41 0 0.16 245.45 0.52 0.67
Hex 86 7E D6 25 29 0 10 F5 34 43
Octal 206 176 326 45 51 0 20 365 64 103
Binary 10000110 1111110 11010110 100101 101001 0 10000 11110101 110100 1000011

Color Harmonies of #867ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867ED6

Black with #867ED6

Text Example


Text Example

White with #867ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867ED6; }

 p { color: rgb(134,126,214); }

 H1.HeaderClassName
 {
   color: #867ED6;
 }
 .AnyTagClassName
 {
   color: #867ED6;
 }
</style>

background-color css

<style>
 a { background-color: #867ED6; }

 a { background-color: rgb(134,126,214); }

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

border-color css

<style>
 span { border-color: #867ED6; }

 span { border-color: rgb(134,126,214); }

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