Html Css Color HEX #8A7ECD Moody Blue

📋 copy color: '#8A7ECD'

red 138 ◦ green 126 ◦ blue 205

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

Shades of Moody Blue #8A7ECD

Tints of Moody Blue #8A7ECD

RGB

 RED value IS 138 (54.3% from 255) = 29.42%

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

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 29.42%
G = 26.87%
B = 43.71%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A7ECD (or 0x8A7ECD) is known color: Moody Blue. HEX triplet: 8A, 7E and CD. RGB value is (138,126,205). Sum of RGB (Red+Green+Blue) = 138+126+205=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A7ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ECD is #758132. Grayscale: #8A8A8A. Windows color (decimal): -7700787 or 13467274. OLE color: 13467274.

HSL color Cylindrical-coordinate representation of color #8A7ECD: hue angle of 249.11º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A7ECD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 126 205 -
CMYK 0.33 0.39 0 0.20
HSL 249.11º 0.44% 0.65% -
HSV(B) 249.11º 0.39% 0.8% -
XYZ 28.96 24.73 61.01 -
YUV 138.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 138 126 205 0.33 0.39 0 0.20 249.11 0.44 0.65
Hex 8A 7E CD 21 27 0 14 F9 2C 41
Octal 212 176 315 41 47 0 24 371 54 101
Binary 10001010 1111110 11001101 100001 100111 0 10100 11111001 101100 1000001

Color Harmonies of #8A7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7ECD

Black with #8A7ECD

Text Example


Text Example

White with #8A7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7ECD; }

 p { color: rgb(138,126,205); }

 H1.HeaderClassName
 {
   color: #8A7ECD;
 }
 .AnyTagClassName
 {
   color: #8A7ECD;
 }
</style>

background-color css

<style>
 a { background-color: #8A7ECD; }

 a { background-color: rgb(138,126,205); }

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

border-color css

<style>
 span { border-color: #8A7ECD; }

 span { border-color: rgb(138,126,205); }

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