Html Css Color HEX #8B7AC9 Moody Blue

📋 copy color: '#8B7AC9'

red 139 ◦ green 122 ◦ blue 201

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

Shades of Moody Blue #8B7AC9

Tints of Moody Blue #8B7AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.51%

R = 30.09%
G = 26.41%
B = 43.51%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8B7AC9 (or 0x8B7AC9) is known color: Moody Blue. HEX triplet: 8B, 7A and C9. RGB value is (139,122,201). Sum of RGB (Red+Green+Blue) = 139+122+201=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B7AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AC9 is #748536. Grayscale: #878787. Windows color (decimal): -7636279 or 13204107. OLE color: 13204107.

HSL color Cylindrical-coordinate representation of color #8B7AC9: hue angle of 252.91º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B7AC9 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 122 201 -
CMYK 0.31 0.39 0 0.21
HSL 252.91º 0.42% 0.63% -
HSV(B) 252.91º 0.39% 0.79% -
XYZ 28.15 23.63 58.33 -
YUV 136.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 139 122 201 0.31 0.39 0 0.21 252.91 0.42 0.63
Hex 8B 7A C9 1F 27 0 15 FD 2A 3F
Octal 213 172 311 37 47 0 25 375 52 77
Binary 10001011 1111010 11001001 11111 100111 0 10101 11111101 101010 111111

Color Harmonies of #8B7AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7AC9

Black with #8B7AC9

Text Example


Text Example

White with #8B7AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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