Html Css Color HEX #8B7FB7 Moody Blue

📋 copy color: '#8B7FB7'

red 139 ◦ green 127 ◦ blue 183

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

Shades of Moody Blue #8B7FB7

Tints of Moody Blue #8B7FB7

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

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

R = 30.96%
G = 28.29%
B = 40.76%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8B7FB7 (or 0x8B7FB7) is known color: Moody Blue. HEX triplet: 8B, 7F and B7. RGB value is (139,127,183). Sum of RGB (Red+Green+Blue) = 139+127+183=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 183 - color contains mainly: blue. Hex color #8B7FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FB7 is #748048. Grayscale: #888888. Windows color (decimal): -7635017 or 12025739. OLE color: 12025739.

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

Color convert

RGB 139 127 183 -
CMYK 0.24 0.31 0 0.28
HSL 252.86º 0.28% 0.61% -
HSV(B) 252.86º 0.31% 0.72% -
XYZ 26.78 24.09 48.04 -
YUV 136.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 139 127 183 0.24 0.31 0 0.28 252.86 0.28 0.61
Hex 8B 7F B7 18 1F 0 1C FD 1C 3D
Octal 213 177 267 30 37 0 34 375 34 75
Binary 10001011 1111111 10110111 11000 11111 0 11100 11111101 11100 111101

Color Harmonies of #8B7FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7FB7

Black with #8B7FB7

Text Example


Text Example

White with #8B7FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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