Html Css Color HEX #8C7CC3 Moody Blue

📋 copy color: '#8C7CC3'

red 140 ◦ green 124 ◦ blue 195

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

Shades of Moody Blue #8C7CC3

Tints of Moody Blue #8C7CC3

RGB

 RED value IS 140 (55.08% from 255) = 30.5%

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

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

R = 30.5%
G = 27.02%
B = 42.48%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8C7CC3 (or 0x8C7CC3) is known color: Moody Blue. HEX triplet: 8C, 7C and C3. RGB value is (140,124,195). Sum of RGB (Red+Green+Blue) = 140+124+195=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C7CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CC3 is #73833C. Grayscale: #888888. Windows color (decimal): -7570237 or 12811404. OLE color: 12811404.

HSL color Cylindrical-coordinate representation of color #8C7CC3: hue angle of 253.52º 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 #8C7CC3 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 124 195 -
CMYK 0.28 0.36 0 0.24
HSL 253.52º 0.37% 0.63% -
HSV(B) 253.52º 0.36% 0.76% -
XYZ 27.87 23.93 54.78 -
YUV 136.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 140 124 195 0.28 0.36 0 0.24 253.52 0.37 0.63
Hex 8C 7C C3 1C 24 0 18 FE 25 3F
Octal 214 174 303 34 44 0 30 376 45 77
Binary 10001100 1111100 11000011 11100 100100 0 11000 11111110 100101 111111

Color Harmonies of #8C7CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7CC3

Black with #8C7CC3

Text Example


Text Example

White with #8C7CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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