Html Css Color HEX #867EE0 Moody Blue

📋 copy color: '#867EE0'

red 134 ◦ green 126 ◦ blue 224

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

Shades of Moody Blue #867EE0

Tints of Moody Blue #867EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 27.69%
G = 26.03%
B = 46.28%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#867EE0 (or 0x867EE0) is known color: Moody Blue. HEX triplet: 86, 7E and E0. RGB value is (134,126,224). Sum of RGB (Red+Green+Blue) = 134+126+224=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #867EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EE0 is #79811F. Grayscale: #8B8B8B. Windows color (decimal): -7962912 or 14712454. OLE color: 14712454.

HSL color Cylindrical-coordinate representation of color #867EE0: hue angle of 244.9º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867EE0 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 126 224 -
CMYK 0.40 0.44 0 0.12
HSL 244.9º 0.61% 0.69% -
HSV(B) 244.9º 0.44% 0.88% -
XYZ 30.75 25.37 73.8 -
YUV 139.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 134 126 224 0.40 0.44 0 0.12 244.9 0.61 0.69
Hex 86 7E E0 28 2C 0 C F5 3D 45
Octal 206 176 340 50 54 0 14 365 75 105
Binary 10000110 1111110 11100000 101000 101100 0 1100 11110101 111101 1000101

Color Harmonies of #867EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867EE0

Black with #867EE0

Text Example


Text Example

White with #867EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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