Html Css Color HEX #867CDF Moody Blue

📋 copy color: '#867CDF'

red 134 ◦ green 124 ◦ blue 223

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

Shades of Moody Blue #867CDF

Tints of Moody Blue #867CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 27.86%
G = 25.78%
B = 46.36%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#867CDF (or 0x867CDF) is known color: Moody Blue. HEX triplet: 86, 7C and DF. RGB value is (134,124,223). Sum of RGB (Red+Green+Blue) = 134+124+223=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #867CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CDF is #798320. Grayscale: #898989. Windows color (decimal): -7963425 or 14646406. OLE color: 14646406.

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

Color convert

RGB 134 124 223 -
CMYK 0.40 0.44 0 0.13
HSL 246.06º 0.61% 0.68% -
HSV(B) 246.06º 0.44% 0.87% -
XYZ 30.36 24.81 73 -
YUV 138.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 134 124 223 0.40 0.44 0 0.13 246.06 0.61 0.68
Hex 86 7C DF 28 2C 0 D F6 3D 44
Octal 206 174 337 50 54 0 15 366 75 104
Binary 10000110 1111100 11011111 101000 101100 0 1101 11110110 111101 1000100

Color Harmonies of #867CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CDF

Black with #867CDF

Text Example


Text Example

White with #867CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,223); }

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

background-color css

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

 a { background-color: rgb(134,124,223); }

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

border-color css

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

 span { border-color: rgb(134,124,223); }

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