Html Css Color HEX #8C7DCF Moody Blue

📋 copy color: '#8C7DCF'

red 140 ◦ green 125 ◦ blue 207

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

Shades of Moody Blue #8C7DCF

Tints of Moody Blue #8C7DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 29.66%
G = 26.48%
B = 43.86%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C7DCF (or 0x8C7DCF) is known color: Moody Blue. HEX triplet: 8C, 7D and CF. RGB value is (140,125,207). Sum of RGB (Red+Green+Blue) = 140+125+207=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C7DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DCF is #738230. Grayscale: #8A8A8A. Windows color (decimal): -7569969 or 13598092. OLE color: 13598092.

HSL color Cylindrical-coordinate representation of color #8C7DCF: hue angle of 250.98º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7DCF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 125 207 -
CMYK 0.32 0.40 0 0.19
HSL 250.98º 0.46% 0.65% -
HSV(B) 250.98º 0.4% 0.81% -
XYZ 29.41 24.75 62.26 -
YUV 138.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 140 125 207 0.32 0.40 0 0.19 250.98 0.46 0.65
Hex 8C 7D CF 20 28 0 13 FB 2E 41
Octal 214 175 317 40 50 0 23 373 56 101
Binary 10001100 1111101 11001111 100000 101000 0 10011 11111011 101110 1000001

Color Harmonies of #8C7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DCF

Black with #8C7DCF

Text Example


Text Example

White with #8C7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,125,207); }

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

background-color css

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

 a { background-color: rgb(140,125,207); }

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

border-color css

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

 span { border-color: rgb(140,125,207); }

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