Html Css Color HEX #8B7AD6 Moody Blue

📋 copy color: '#8B7AD6'

red 139 ◦ green 122 ◦ blue 214

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

Shades of Moody Blue #8B7AD6

Tints of Moody Blue #8B7AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.68%

 BLUE value IS 214 (83.98% from 255) = 45.05%

R = 29.26%
G = 25.68%
B = 45.05%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8B7AD6 (or 0x8B7AD6) is known color: Moody Blue. HEX triplet: 8B, 7A and D6. RGB value is (139,122,214). Sum of RGB (Red+Green+Blue) = 139+122+214=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #8B7AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AD6 is #748529. Grayscale: #898989. Windows color (decimal): -7636266 or 14056075. OLE color: 14056075.

HSL color Cylindrical-coordinate representation of color #8B7AD6: hue angle of 251.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B7AD6 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 122 214 -
CMYK 0.35 0.43 0 0.16
HSL 251.09º 0.53% 0.66% -
HSV(B) 251.09º 0.43% 0.84% -
XYZ 29.74 24.26 66.73 -
YUV 137.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 139 122 214 0.35 0.43 0 0.16 251.09 0.53 0.66
Hex 8B 7A D6 23 2B 0 10 FB 35 42
Octal 213 172 326 43 53 0 20 373 65 102
Binary 10001011 1111010 11010110 100011 101011 0 10000 11111011 110101 1000010

Color Harmonies of #8B7AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7AD6

Black with #8B7AD6

Text Example


Text Example

White with #8B7AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,122,214); }

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

background-color css

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

 a { background-color: rgb(139,122,214); }

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

border-color css

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

 span { border-color: rgb(139,122,214); }

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