Html Css Color HEX #8A7DCF Moody Blue

📋 copy color: '#8A7DCF'

red 138 ◦ green 125 ◦ blue 207

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

Shades of Moody Blue #8A7DCF

Tints of Moody Blue #8A7DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.6%

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 29.36%
G = 26.6%
B = 44.04%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A7DCF (or 0x8A7DCF) is known color: Moody Blue. HEX triplet: 8A, 7D and CF. RGB value is (138,125,207). Sum of RGB (Red+Green+Blue) = 138+125+207=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A7DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DCF is #758230. Grayscale: #898989. Windows color (decimal): -7701041 or 13598090. OLE color: 13598090.

HSL color Cylindrical-coordinate representation of color #8A7DCF: hue angle of 249.51º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A7DCF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 125 207 -
CMYK 0.33 0.40 0 0.19
HSL 249.51º 0.46% 0.65% -
HSV(B) 249.51º 0.4% 0.81% -
XYZ 29.08 24.58 62.24 -
YUV 138.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 138 125 207 0.33 0.40 0 0.19 249.51 0.46 0.65
Hex 8A 7D CF 21 28 0 13 FA 2E 41
Octal 212 175 317 41 50 0 23 372 56 101
Binary 10001010 1111101 11001111 100001 101000 0 10011 11111010 101110 1000001

Color Harmonies of #8A7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7DCF

Black with #8A7DCF

Text Example


Text Example

White with #8A7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,125,207); }

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

background-color css

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

 a { background-color: rgb(138,125,207); }

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

border-color css

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

 span { border-color: rgb(138,125,207); }

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