Html Css Color HEX #867EDE Moody Blue

📋 copy color: '#867EDE'

red 134 ◦ green 126 ◦ blue 222

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

Shades of Moody Blue #867EDE

Tints of Moody Blue #867EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 27.8%
G = 26.14%
B = 46.06%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#867EDE (or 0x867EDE) is known color: Moody Blue. HEX triplet: 86, 7E and DE. RGB value is (134,126,222). Sum of RGB (Red+Green+Blue) = 134+126+222=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #867EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EDE is #798121. Grayscale: #8A8A8A. Windows color (decimal): -7962914 or 14581382. OLE color: 14581382.

HSL color Cylindrical-coordinate representation of color #867EDE: hue angle of 245º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #867EDE is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 126 222 -
CMYK 0.40 0.43 0 0.13
HSL 245º 0.59% 0.68% -
HSV(B) 245º 0.43% 0.87% -
XYZ 30.48 25.26 72.38 -
YUV 139.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 134 126 222 0.40 0.43 0 0.13 245 0.59 0.68
Hex 86 7E DE 28 2B 0 D F5 3B 44
Octal 206 176 336 50 53 0 15 365 73 104
Binary 10000110 1111110 11011110 101000 101011 0 1101 11110101 111011 1000100

Color Harmonies of #867EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867EDE

Black with #867EDE

Text Example


Text Example

White with #867EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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