Html Css Color HEX #8C7BCD Moody Blue

📋 copy color: '#8C7BCD'

red 140 ◦ green 123 ◦ blue 205

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

Shades of Moody Blue #8C7BCD

Tints of Moody Blue #8C7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.28%

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

R = 29.91%
G = 26.28%
B = 43.8%

CMYK

 C value IS 0.32

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C7BCD (or 0x8C7BCD) is known color: Moody Blue. HEX triplet: 8C, 7B and CD. RGB value is (140,123,205). Sum of RGB (Red+Green+Blue) = 140+123+205=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C7BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BCD is #738432. Grayscale: #898989. Windows color (decimal): -7570483 or 13466508. OLE color: 13466508.

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

Color convert

RGB 140 123 205 -
CMYK 0.32 0.4 0 0.20
HSL 252.44º 0.45% 0.64% -
HSV(B) 252.44º 0.4% 0.8% -
XYZ 28.92 24.15 60.89 -
YUV 137.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 140 123 205 0.32 0.4 0 0.20 252.44 0.45 0.64
Hex 8C 7B CD 20 28 0 14 FC 2D 40
Octal 214 173 315 40 50 0 24 374 55 100
Binary 10001100 1111011 11001101 100000 101000 0 10100 11111100 101101 1000000

Color Harmonies of #8C7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BCD

Black with #8C7BCD

Text Example


Text Example

White with #8C7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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