Html Css Color HEX #8C7DBF Moody Blue

📋 copy color: '#8C7DBF'

red 140 ◦ green 125 ◦ blue 191

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

Shades of Moody Blue #8C7DBF

Tints of Moody Blue #8C7DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 30.7%
G = 27.41%
B = 41.89%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C7DBF (or 0x8C7DBF) is known color: Moody Blue. HEX triplet: 8C, 7D and BF. RGB value is (140,125,191). Sum of RGB (Red+Green+Blue) = 140+125+191=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DBF is #738240. Grayscale: #888888. Windows color (decimal): -7569985 or 12549516. OLE color: 12549516.

HSL color Cylindrical-coordinate representation of color #8C7DBF: hue angle of 253.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C7DBF is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 125 191 -
CMYK 0.27 0.35 0 0.25
HSL 253.64º 0.34% 0.62% -
HSV(B) 253.64º 0.35% 0.75% -
XYZ 27.55 24 52.47 -
YUV 137.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 140 125 191 0.27 0.35 0 0.25 253.64 0.34 0.62
Hex 8C 7D BF 1B 23 0 19 FE 22 3E
Octal 214 175 277 33 43 0 31 376 42 76
Binary 10001100 1111101 10111111 11011 100011 0 11001 11111110 100010 111110

Color Harmonies of #8C7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DBF

Black with #8C7DBF

Text Example


Text Example

White with #8C7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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