Html Css Color HEX #867DDD Moody Blue

📋 copy color: '#867DDD'

red 134 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #867DDD

Tints of Moody Blue #867DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 27.92%
G = 26.04%
B = 46.04%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#867DDD (or 0x867DDD) is known color: Moody Blue. HEX triplet: 86, 7D and DD. RGB value is (134,125,221). Sum of RGB (Red+Green+Blue) = 134+125+221=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #867DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DDD is #798222. Grayscale: #8A8A8A. Windows color (decimal): -7963171 or 14515590. OLE color: 14515590.

HSL color Cylindrical-coordinate representation of color #867DDD: hue angle of 245.62º 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 #867DDD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 125 221 -
CMYK 0.39 0.43 0 0.13
HSL 245.63º 0.59% 0.68% -
HSV(B) 245.63º 0.43% 0.87% -
XYZ 30.22 24.96 71.63 -
YUV 138.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 134 125 221 0.39 0.43 0 0.13 245.63 0.59 0.68
Hex 86 7D DD 27 2B 0 D F6 3B 44
Octal 206 175 335 47 53 0 15 366 73 104
Binary 10000110 1111101 11011101 100111 101011 0 1101 11110110 111011 1000100

Color Harmonies of #867DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DDD

Black with #867DDD

Text Example


Text Example

White with #867DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,125,221); }

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

background-color css

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

 a { background-color: rgb(134,125,221); }

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

border-color css

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

 span { border-color: rgb(134,125,221); }

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