Html Css Color HEX #8C80CD Moody Blue

📋 copy color: '#8C80CD'

red 140 ◦ green 128 ◦ blue 205

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

Shades of Moody Blue #8C80CD

Tints of Moody Blue #8C80CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

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

R = 29.6%
G = 27.06%
B = 43.34%

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

#8C80CD (or 0x8C80CD) is known color: Moody Blue. HEX triplet: 8C, 80 and CD. RGB value is (140,128,205). Sum of RGB (Red+Green+Blue) = 140+128+205=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C80CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80CD is #737F32. Grayscale: #8C8C8C. Windows color (decimal): -7569203 or 13467788. OLE color: 13467788.

HSL color Cylindrical-coordinate representation of color #8C80CD: hue angle of 249.35º 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 #8C80CD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 128 205 -
CMYK 0.32 0.38 0 0.20
HSL 249.35º 0.44% 0.65% -
HSV(B) 249.35º 0.38% 0.8% -
XYZ 29.55 25.42 61.11 -
YUV 140.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 140 128 205 0.32 0.38 0 0.20 249.35 0.44 0.65
Hex 8C 80 CD 20 26 0 14 F9 2C 41
Octal 214 200 315 40 46 0 24 371 54 101
Binary 10001100 10000000 11001101 100000 100110 0 10100 11111001 101100 1000001

Color Harmonies of #8C80CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C80CD

Black with #8C80CD

Text Example


Text Example

White with #8C80CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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