Html Css Color HEX #8B7EDB Moody Blue

📋 copy color: '#8B7EDB'

red 139 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #8B7EDB

Tints of Moody Blue #8B7EDB

RGB

 RED value IS 139 (54.69% from 255) = 28.72%

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

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

R = 28.72%
G = 26.03%
B = 45.25%

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

#8B7EDB (or 0x8B7EDB) is known color: Moody Blue. HEX triplet: 8B, 7E and DB. RGB value is (139,126,219). Sum of RGB (Red+Green+Blue) = 139+126+219=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7EDB is #748124. Grayscale: #8C8C8C. Windows color (decimal): -7635237 or 14384779. OLE color: 14384779.

HSL color Cylindrical-coordinate representation of color #8B7EDB: hue angle of 248.39º 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 #8B7EDB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 126 219 -
CMYK 0.37 0.42 0 0.14
HSL 248.39º 0.56% 0.68% -
HSV(B) 248.39º 0.42% 0.86% -
XYZ 30.89 25.53 70.32 -
YUV 140.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 139 126 219 0.37 0.42 0 0.14 248.39 0.56 0.68
Hex 8B 7E DB 25 2A 0 E F8 38 44
Octal 213 176 333 45 52 0 16 370 70 104
Binary 10001011 1111110 11011011 100101 101010 0 1110 11111000 111000 1000100

Color Harmonies of #8B7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7EDB

Black with #8B7EDB

Text Example


Text Example

White with #8B7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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