Html Css Color HEX #867DDA Moody Blue

📋 copy color: '#867DDA'

red 134 ◦ green 125 ◦ blue 218

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

Shades of Moody Blue #867DDA

Tints of Moody Blue #867DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 28.09%
G = 26.21%
B = 45.7%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#867DDA (or 0x867DDA) is known color: Moody Blue. HEX triplet: 86, 7D and DA. RGB value is (134,125,218). Sum of RGB (Red+Green+Blue) = 134+125+218=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #867DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DDA is #798225. Grayscale: #898989. Windows color (decimal): -7963174 or 14318982. OLE color: 14318982.

HSL color Cylindrical-coordinate representation of color #867DDA: hue angle of 245.81º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #867DDA is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 125 218 -
CMYK 0.39 0.43 0 0.15
HSL 245.81º 0.56% 0.67% -
HSV(B) 245.81º 0.43% 0.85% -
XYZ 29.82 24.8 69.54 -
YUV 138.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 134 125 218 0.39 0.43 0 0.15 245.81 0.56 0.67
Hex 86 7D DA 27 2B 0 F F6 38 43
Octal 206 175 332 47 53 0 17 366 70 103
Binary 10000110 1111101 11011010 100111 101011 0 1111 11110110 111000 1000011

Color Harmonies of #867DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DDA

Black with #867DDA

Text Example


Text Example

White with #867DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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