Html Css Color HEX #8B7DB7 Moody Blue

📋 copy color: '#8B7DB7'

red 139 ◦ green 125 ◦ blue 183

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

Shades of Moody Blue #8B7DB7

Tints of Moody Blue #8B7DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.94%

R = 31.1%
G = 27.96%
B = 40.94%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8B7DB7 (or 0x8B7DB7) is known color: Moody Blue. HEX triplet: 8B, 7D and B7. RGB value is (139,125,183). Sum of RGB (Red+Green+Blue) = 139+125+183=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 183 - color contains mainly: blue. Hex color #8B7DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DB7 is #748248. Grayscale: #878787. Windows color (decimal): -7635529 or 12025227. OLE color: 12025227.

HSL color Cylindrical-coordinate representation of color #8B7DB7: hue angle of 254.48º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B7DB7 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 139 125 183 -
CMYK 0.24 0.32 0 0.28
HSL 254.48º 0.29% 0.6% -
HSV(B) 254.48º 0.32% 0.72% -
XYZ 26.53 23.58 47.95 -
YUV 135.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 139 125 183 0.24 0.32 0 0.28 254.48 0.29 0.6
Hex 8B 7D B7 18 20 0 1C FE 1D 3C
Octal 213 175 267 30 40 0 34 376 35 74
Binary 10001011 1111101 10110111 11000 100000 0 11100 11111110 11101 111100

Color Harmonies of #8B7DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7DB7

Black with #8B7DB7

Text Example


Text Example

White with #8B7DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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