Html Css Color HEX #8A84CD Moody Blue

📋 copy color: '#8A84CD'

red 138 ◦ green 132 ◦ blue 205

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

Shades of Moody Blue #8A84CD

Tints of Moody Blue #8A84CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 29.05%
G = 27.79%
B = 43.16%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A84CD (or 0x8A84CD) is known color: Moody Blue. HEX triplet: 8A, 84 and CD. RGB value is (138,132,205). Sum of RGB (Red+Green+Blue) = 138+132+205=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A84CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A84CD is #757B32. Grayscale: #8D8D8D. Windows color (decimal): -7699251 or 13468810. OLE color: 13468810.

HSL color Cylindrical-coordinate representation of color #8A84CD: hue angle of 244.93º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A84CD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 132 205 -
CMYK 0.33 0.36 0 0.20
HSL 244.93º 0.42% 0.66% -
HSV(B) 244.93º 0.36% 0.8% -
XYZ 29.75 26.31 61.27 -
YUV 142.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 138 132 205 0.33 0.36 0 0.20 244.93 0.42 0.66
Hex 8A 84 CD 21 24 0 14 F5 2A 42
Octal 212 204 315 41 44 0 24 365 52 102
Binary 10001010 10000100 11001101 100001 100100 0 10100 11110101 101010 1000010

Color Harmonies of #8A84CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A84CD

Black with #8A84CD

Text Example


Text Example

White with #8A84CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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