Html Css Color HEX #8A7EDB Moody Blue

📋 copy color: '#8A7EDB'

red 138 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #8A7EDB

Tints of Moody Blue #8A7EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 28.57%
G = 26.09%
B = 45.34%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A7EDB (or 0x8A7EDB) is known color: Moody Blue. HEX triplet: 8A, 7E and DB. RGB value is (138,126,219). Sum of RGB (Red+Green+Blue) = 138+126+219=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7EDB is #758124. Grayscale: #8B8B8B. Windows color (decimal): -7700773 or 14384778. OLE color: 14384778.

HSL color Cylindrical-coordinate representation of color #8A7EDB: hue angle of 247.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7EDB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 126 219 -
CMYK 0.37 0.42 0 0.14
HSL 247.74º 0.56% 0.68% -
HSV(B) 247.74º 0.42% 0.86% -
XYZ 30.73 25.44 70.31 -
YUV 140.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 138 126 219 0.37 0.42 0 0.14 247.74 0.56 0.68
Hex 8A 7E DB 25 2A 0 E F8 38 44
Octal 212 176 333 45 52 0 16 370 70 104
Binary 10001010 1111110 11011011 100101 101010 0 1110 11111000 111000 1000100

Color Harmonies of #8A7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7EDB

Black with #8A7EDB

Text Example


Text Example

White with #8A7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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