Html Css Color HEX #8B7EBE Moody Blue

📋 copy color: '#8B7EBE'

red 139 ◦ green 126 ◦ blue 190

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

Shades of Moody Blue #8B7EBE

Tints of Moody Blue #8B7EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 30.55%
G = 27.69%
B = 41.76%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B7EBE (or 0x8B7EBE) is known color: Moody Blue. HEX triplet: 8B, 7E and BE. RGB value is (139,126,190). Sum of RGB (Red+Green+Blue) = 139+126+190=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7EBE is #748141. Grayscale: #888888. Windows color (decimal): -7635266 or 12484235. OLE color: 12484235.

HSL color Cylindrical-coordinate representation of color #8B7EBE: hue angle of 252.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B7EBE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 126 190 -
CMYK 0.27 0.34 0 0.25
HSL 252.19º 0.33% 0.62% -
HSV(B) 252.19º 0.34% 0.75% -
XYZ 27.4 24.13 51.93 -
YUV 137.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 139 126 190 0.27 0.34 0 0.25 252.19 0.33 0.62
Hex 8B 7E BE 1B 22 0 19 FC 21 3E
Octal 213 176 276 33 42 0 31 374 41 76
Binary 10001011 1111110 10111110 11011 100010 0 11001 11111100 100001 111110

Color Harmonies of #8B7EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7EBE

Black with #8B7EBE

Text Example


Text Example

White with #8B7EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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