Html Css Color HEX #8A7FDC Moody Blue

📋 copy color: '#8A7FDC'

red 138 ◦ green 127 ◦ blue 220

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

Shades of Moody Blue #8A7FDC

Tints of Moody Blue #8A7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 28.45%
G = 26.19%
B = 45.36%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A7FDC (or 0x8A7FDC) is known color: Moody Blue. HEX triplet: 8A, 7F and DC. RGB value is (138,127,220). Sum of RGB (Red+Green+Blue) = 138+127+220=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FDC is #758023. Grayscale: #8C8C8C. Windows color (decimal): -7700516 or 14450570. OLE color: 14450570.

HSL color Cylindrical-coordinate representation of color #8A7FDC: hue angle of 247.1º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7FDC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 127 220 -
CMYK 0.37 0.42 0 0.14
HSL 247.1º 0.57% 0.68% -
HSV(B) 247.1º 0.42% 0.86% -
XYZ 30.99 25.75 71.05 -
YUV 140.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 138 127 220 0.37 0.42 0 0.14 247.1 0.57 0.68
Hex 8A 7F DC 25 2A 0 E F7 39 44
Octal 212 177 334 45 52 0 16 367 71 104
Binary 10001010 1111111 11011100 100101 101010 0 1110 11110111 111001 1000100

Color Harmonies of #8A7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7FDC

Black with #8A7FDC

Text Example


Text Example

White with #8A7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,127,220); }

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

background-color css

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

 a { background-color: rgb(138,127,220); }

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

border-color css

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

 span { border-color: rgb(138,127,220); }

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