Html Css Color HEX #8A84BE Moody Blue

📋 copy color: '#8A84BE'

red 138 ◦ green 132 ◦ blue 190

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

Shades of Moody Blue #8A84BE

Tints of Moody Blue #8A84BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.7%

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

R = 30%
G = 28.7%
B = 41.3%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A84BE (or 0x8A84BE) is known color: Moody Blue. HEX triplet: 8A, 84 and BE. RGB value is (138,132,190). Sum of RGB (Red+Green+Blue) = 138+132+190=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A84BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A84BE is #757B41. Grayscale: #8C8C8C. Windows color (decimal): -7699266 or 12485770. OLE color: 12485770.

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

Color convert

RGB 138 132 190 -
CMYK 0.27 0.31 0 0.25
HSL 246.21º 0.31% 0.63% -
HSV(B) 246.21º 0.31% 0.75% -
XYZ 28.03 25.62 52.18 -
YUV 140.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 138 132 190 0.27 0.31 0 0.25 246.21 0.31 0.63
Hex 8A 84 BE 1B 1F 0 19 F6 1F 3F
Octal 212 204 276 33 37 0 31 366 37 77
Binary 10001010 10000100 10111110 11011 11111 0 11001 11110110 11111 111111

Color Harmonies of #8A84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A84BE

Black with #8A84BE

Text Example


Text Example

White with #8A84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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