Html Css Color HEX #8C7DCE Moody Blue

📋 copy color: '#8C7DCE'

red 140 ◦ green 125 ◦ blue 206

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

Shades of Moody Blue #8C7DCE

Tints of Moody Blue #8C7DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 29.72%
G = 26.54%
B = 43.74%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C7DCE (or 0x8C7DCE) is known color: Moody Blue. HEX triplet: 8C, 7D and CE. RGB value is (140,125,206). Sum of RGB (Red+Green+Blue) = 140+125+206=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DCE is #738231. Grayscale: #8A8A8A. Windows color (decimal): -7569970 or 13532556. OLE color: 13532556.

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

Color convert

RGB 140 125 206 -
CMYK 0.32 0.39 0 0.19
HSL 251.11º 0.45% 0.65% -
HSV(B) 251.11º 0.39% 0.81% -
XYZ 29.29 24.7 61.62 -
YUV 138.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 140 125 206 0.32 0.39 0 0.19 251.11 0.45 0.65
Hex 8C 7D CE 20 27 0 13 FB 2D 41
Octal 214 175 316 40 47 0 23 373 55 101
Binary 10001100 1111101 11001110 100000 100111 0 10011 11111011 101101 1000001

Color Harmonies of #8C7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DCE

Black with #8C7DCE

Text Example


Text Example

White with #8C7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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