Html Css Color HEX #8C7FCD Moody Blue

📋 copy color: '#8C7FCD'

red 140 ◦ green 127 ◦ blue 205

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

Shades of Moody Blue #8C7FCD

Tints of Moody Blue #8C7FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 29.66%
G = 26.91%
B = 43.43%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C7FCD (or 0x8C7FCD) is known color: Moody Blue. HEX triplet: 8C, 7F and CD. RGB value is (140,127,205). Sum of RGB (Red+Green+Blue) = 140+127+205=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FCD is #738032. Grayscale: #8B8B8B. Windows color (decimal): -7569459 or 13467532. OLE color: 13467532.

HSL color Cylindrical-coordinate representation of color #8C7FCD: hue angle of 250º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C7FCD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 127 205 -
CMYK 0.32 0.38 0 0.20
HSL 250º 0.44% 0.65% -
HSV(B) 250º 0.38% 0.8% -
XYZ 29.42 25.16 61.06 -
YUV 139.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 140 127 205 0.32 0.38 0 0.20 250 0.44 0.65
Hex 8C 7F CD 20 26 0 14 FA 2C 41
Octal 214 177 315 40 46 0 24 372 54 101
Binary 10001100 1111111 11001101 100000 100110 0 10100 11111010 101100 1000001

Color Harmonies of #8C7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FCD

Black with #8C7FCD

Text Example


Text Example

White with #8C7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,205); }

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

background-color css

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

 a { background-color: rgb(140,127,205); }

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

border-color css

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

 span { border-color: rgb(140,127,205); }

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