Html Css Color HEX #8A7ECE Moody Blue

📋 copy color: '#8A7ECE'

red 138 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #8A7ECE

Tints of Moody Blue #8A7ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 29.36%
G = 26.81%
B = 43.83%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A7ECE (or 0x8A7ECE) is known color: Moody Blue. HEX triplet: 8A, 7E and CE. RGB value is (138,126,206). Sum of RGB (Red+Green+Blue) = 138+126+206=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A7ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ECE is #758131. Grayscale: #8A8A8A. Windows color (decimal): -7700786 or 13532810. OLE color: 13532810.

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

Color convert

RGB 138 126 206 -
CMYK 0.33 0.39 0 0.19
HSL 249º 0.45% 0.65% -
HSV(B) 249º 0.39% 0.81% -
XYZ 29.08 24.78 61.64 -
YUV 138.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 138 126 206 0.33 0.39 0 0.19 249 0.45 0.65
Hex 8A 7E CE 21 27 0 13 F9 2D 41
Octal 212 176 316 41 47 0 23 371 55 101
Binary 10001010 1111110 11001110 100001 100111 0 10011 11111001 101101 1000001

Color Harmonies of #8A7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7ECE

Black with #8A7ECE

Text Example


Text Example

White with #8A7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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