Html Css Color HEX #8A7CC3 Moody Blue

📋 copy color: '#8A7CC3'

red 138 ◦ green 124 ◦ blue 195

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

Shades of Moody Blue #8A7CC3

Tints of Moody Blue #8A7CC3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

 BLUE value IS 195 (76.56% from 255) = 42.67%

R = 30.2%
G = 27.13%
B = 42.67%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8A7CC3 (or 0x8A7CC3) is known color: Moody Blue. HEX triplet: 8A, 7C and C3. RGB value is (138,124,195). Sum of RGB (Red+Green+Blue) = 138+124+195=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #8A7CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CC3 is #75833C. Grayscale: #888888. Windows color (decimal): -7701309 or 12811402. OLE color: 12811402.

HSL color Cylindrical-coordinate representation of color #8A7CC3: hue angle of 251.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A7CC3 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 124 195 -
CMYK 0.29 0.36 0 0.24
HSL 251.83º 0.37% 0.63% -
HSV(B) 251.83º 0.36% 0.76% -
XYZ 27.54 23.76 54.76 -
YUV 136.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 138 124 195 0.29 0.36 0 0.24 251.83 0.37 0.63
Hex 8A 7C C3 1D 24 0 18 FC 25 3F
Octal 212 174 303 35 44 0 30 374 45 77
Binary 10001010 1111100 11000011 11101 100100 0 11000 11111100 100101 111111

Color Harmonies of #8A7CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7CC3

Black with #8A7CC3

Text Example


Text Example

White with #8A7CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,124,195); }

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

background-color css

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

 a { background-color: rgb(138,124,195); }

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

border-color css

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

 span { border-color: rgb(138,124,195); }

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