Html Css Color HEX #8A7AD5 Moody Blue

📋 copy color: '#8A7AD5'

red 138 ◦ green 122 ◦ blue 213

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

Shades of Moody Blue #8A7AD5

Tints of Moody Blue #8A7AD5

RGB

 RED value IS 138 (54.3% from 255) = 29.18%

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 29.18%
G = 25.79%
B = 45.03%

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

#8A7AD5 (or 0x8A7AD5) is known color: Moody Blue. HEX triplet: 8A, 7A and D5. RGB value is (138,122,213). Sum of RGB (Red+Green+Blue) = 138+122+213=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #8A7AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7AD5 is #75852A. Grayscale: #888888. Windows color (decimal): -7701803 or 13990538. OLE color: 13990538.

HSL color Cylindrical-coordinate representation of color #8A7AD5: hue angle of 250.55º degrees, saturation: 0.52, 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 #8A7AD5 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 122 213 -
CMYK 0.35 0.43 0 0.16
HSL 250.55º 0.52% 0.66% -
HSV(B) 250.55º 0.43% 0.84% -
XYZ 29.45 24.13 66.06 -
YUV 137.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 138 122 213 0.35 0.43 0 0.16 250.55 0.52 0.66
Hex 8A 7A D5 23 2B 0 10 FB 34 42
Octal 212 172 325 43 53 0 20 373 64 102
Binary 10001010 1111010 11010101 100011 101011 0 10000 11111011 110100 1000010

Color Harmonies of #8A7AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7AD5

Black with #8A7AD5

Text Example


Text Example

White with #8A7AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,122,213); }

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

background-color css

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

 a { background-color: rgb(138,122,213); }

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

border-color css

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

 span { border-color: rgb(138,122,213); }

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