Html Css Color HEX #8B7DB9 Moody Blue

📋 copy color: '#8B7DB9'

red 139 ◦ green 125 ◦ blue 185

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

Shades of Moody Blue #8B7DB9

Tints of Moody Blue #8B7DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 30.96%
G = 27.84%
B = 41.2%

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

#8B7DB9 (or 0x8B7DB9) is known color: Moody Blue. HEX triplet: 8B, 7D and B9. RGB value is (139,125,185). Sum of RGB (Red+Green+Blue) = 139+125+185=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B7DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DB9 is #748246. Grayscale: #878787. Windows color (decimal): -7635527 or 12156299. OLE color: 12156299.

HSL color Cylindrical-coordinate representation of color #8B7DB9: hue angle of 254º 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 #8B7DB9 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 125 185 -
CMYK 0.25 0.32 0 0.27
HSL 254º 0.3% 0.61% -
HSV(B) 254º 0.32% 0.73% -
XYZ 26.74 23.66 49.06 -
YUV 136.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 139 125 185 0.25 0.32 0 0.27 254 0.3 0.61
Hex 8B 7D B9 19 20 0 1B FE 1E 3D
Octal 213 175 271 31 40 0 33 376 36 75
Binary 10001011 1111101 10111001 11001 100000 0 11011 11111110 11110 111101

Color Harmonies of #8B7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7DB9

Black with #8B7DB9

Text Example


Text Example

White with #8B7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,125,185); }

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

background-color css

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

 a { background-color: rgb(139,125,185); }

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

border-color css

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

 span { border-color: rgb(139,125,185); }

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