Html Css Color HEX #8A7ABE Moody Blue

📋 copy color: '#8A7ABE'

red 138 ◦ green 122 ◦ blue 190

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

Shades of Moody Blue #8A7ABE

Tints of Moody Blue #8A7ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 30.67%
G = 27.11%
B = 42.22%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A7ABE (or 0x8A7ABE) is known color: Moody Blue. HEX triplet: 8A, 7A and BE. RGB value is (138,122,190). Sum of RGB (Red+Green+Blue) = 138+122+190=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ABE is #758541. Grayscale: #868686. Windows color (decimal): -7701826 or 12483210. OLE color: 12483210.

HSL color Cylindrical-coordinate representation of color #8A7ABE: hue angle of 254.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A7ABE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 122 190 -
CMYK 0.27 0.36 0 0.25
HSL 254.12º 0.34% 0.61% -
HSV(B) 254.12º 0.36% 0.75% -
XYZ 26.74 23.04 51.75 -
YUV 134.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 138 122 190 0.27 0.36 0 0.25 254.12 0.34 0.61
Hex 8A 7A BE 1B 24 0 19 FE 22 3D
Octal 212 172 276 33 44 0 31 376 42 75
Binary 10001010 1111010 10111110 11011 100100 0 11001 11111110 100010 111101

Color Harmonies of #8A7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7ABE

Black with #8A7ABE

Text Example


Text Example

White with #8A7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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