Html Css Color HEX #8C7DCB Moody Blue

📋 copy color: '#8C7DCB'

red 140 ◦ green 125 ◦ blue 203

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

Shades of Moody Blue #8C7DCB

Tints of Moody Blue #8C7DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 29.91%
G = 26.71%
B = 43.38%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C7DCB (or 0x8C7DCB) is known color: Moody Blue. HEX triplet: 8C, 7D and CB. RGB value is (140,125,203). Sum of RGB (Red+Green+Blue) = 140+125+203=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C7DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DCB is #738234. Grayscale: #8A8A8A. Windows color (decimal): -7569973 or 13335948. OLE color: 13335948.

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

Color convert

RGB 140 125 203 -
CMYK 0.31 0.38 0 0.20
HSL 251.54º 0.43% 0.64% -
HSV(B) 251.54º 0.38% 0.8% -
XYZ 28.93 24.55 59.71 -
YUV 138.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 140 125 203 0.31 0.38 0 0.20 251.54 0.43 0.64
Hex 8C 7D CB 1F 26 0 14 FC 2B 40
Octal 214 175 313 37 46 0 24 374 53 100
Binary 10001100 1111101 11001011 11111 100110 0 10100 11111100 101011 1000000

Color Harmonies of #8C7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DCB

Black with #8C7DCB

Text Example


Text Example

White with #8C7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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