Html Css Color HEX #8C7CC1 Moody Blue

📋 copy color: '#8C7CC1'

red 140 ◦ green 124 ◦ blue 193

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

Shades of Moody Blue #8C7CC1

Tints of Moody Blue #8C7CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 30.63%
G = 27.13%
B = 42.23%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8C7CC1 (or 0x8C7CC1) is known color: Moody Blue. HEX triplet: 8C, 7C and C1. RGB value is (140,124,193). Sum of RGB (Red+Green+Blue) = 140+124+193=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C7CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CC1 is #73833E. Grayscale: #888888. Windows color (decimal): -7570239 or 12680332. OLE color: 12680332.

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

Color convert

RGB 140 124 193 -
CMYK 0.27 0.36 0 0.24
HSL 253.91º 0.36% 0.62% -
HSV(B) 253.91º 0.36% 0.76% -
XYZ 27.65 23.84 53.6 -
YUV 136.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 140 124 193 0.27 0.36 0 0.24 253.91 0.36 0.62
Hex 8C 7C C1 1B 24 0 18 FE 24 3E
Octal 214 174 301 33 44 0 30 376 44 76
Binary 10001100 1111100 11000001 11011 100100 0 11000 11111110 100100 111110

Color Harmonies of #8C7CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7CC1

Black with #8C7CC1

Text Example


Text Example

White with #8C7CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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