Html Css Color HEX #8A7ECC Moody Blue

📋 copy color: '#8A7ECC'

red 138 ◦ green 126 ◦ blue 204

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

Shades of Moody Blue #8A7ECC

Tints of Moody Blue #8A7ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 29.49%
G = 26.92%
B = 43.59%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8A7ECC (or 0x8A7ECC) is known color: Moody Blue. HEX triplet: 8A, 7E and CC. RGB value is (138,126,204). Sum of RGB (Red+Green+Blue) = 138+126+204=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ECC is #758133. Grayscale: #8A8A8A. Windows color (decimal): -7700788 or 13401738. OLE color: 13401738.

HSL color Cylindrical-coordinate representation of color #8A7ECC: hue angle of 249.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A7ECC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 126 204 -
CMYK 0.32 0.38 0 0.2
HSL 249.23º 0.43% 0.65% -
HSV(B) 249.23º 0.38% 0.8% -
XYZ 28.84 24.68 60.37 -
YUV 138.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 138 126 204 0.32 0.38 0 0.2 249.23 0.43 0.65
Hex 8A 7E CC 20 26 0 14 F9 2B 41
Octal 212 176 314 40 46 0 24 371 53 101
Binary 10001010 1111110 11001100 100000 100110 0 10100 11111001 101011 1000001

Color Harmonies of #8A7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7ECC

Black with #8A7ECC

Text Example


Text Example

White with #8A7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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