Html Css Color HEX #8B7EBA Moody Blue

📋 copy color: '#8B7EBA'

red 139 ◦ green 126 ◦ blue 186

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

Shades of Moody Blue #8B7EBA

Tints of Moody Blue #8B7EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 30.82%
G = 27.94%
B = 41.24%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B7EBA (or 0x8B7EBA) is known color: Moody Blue. HEX triplet: 8B, 7E and BA. RGB value is (139,126,186). Sum of RGB (Red+Green+Blue) = 139+126+186=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7EBA is #748145. Grayscale: #888888. Windows color (decimal): -7635270 or 12222091. OLE color: 12222091.

HSL color Cylindrical-coordinate representation of color #8B7EBA: hue angle of 253º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B7EBA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 126 186 -
CMYK 0.25 0.32 0 0.27
HSL 253º 0.3% 0.61% -
HSV(B) 253º 0.32% 0.73% -
XYZ 26.97 23.96 49.66 -
YUV 136.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 139 126 186 0.25 0.32 0 0.27 253 0.3 0.61
Hex 8B 7E BA 19 20 0 1B FD 1E 3D
Octal 213 176 272 31 40 0 33 375 36 75
Binary 10001011 1111110 10111010 11001 100000 0 11011 11111101 11110 111101

Color Harmonies of #8B7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7EBA

Black with #8B7EBA

Text Example


Text Example

White with #8B7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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