Html Css Color HEX #8C7CCE Moody Blue

📋 copy color: '#8C7CCE'

red 140 ◦ green 124 ◦ blue 206

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

Shades of Moody Blue #8C7CCE

Tints of Moody Blue #8C7CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.38%

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

R = 29.79%
G = 26.38%
B = 43.83%

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

#8C7CCE (or 0x8C7CCE) is known color: Moody Blue. HEX triplet: 8C, 7C and CE. RGB value is (140,124,206). Sum of RGB (Red+Green+Blue) = 140+124+206=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C7CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CCE is #738331. Grayscale: #898989. Windows color (decimal): -7570226 or 13532300. OLE color: 13532300.

HSL color Cylindrical-coordinate representation of color #8C7CCE: hue angle of 251.71º 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 #8C7CCE is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 124 206 -
CMYK 0.32 0.40 0 0.19
HSL 251.71º 0.46% 0.65% -
HSV(B) 251.71º 0.4% 0.81% -
XYZ 29.16 24.45 61.57 -
YUV 138.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 140 124 206 0.32 0.40 0 0.19 251.71 0.46 0.65
Hex 8C 7C CE 20 28 0 13 FC 2E 41
Octal 214 174 316 40 50 0 23 374 56 101
Binary 10001100 1111100 11001110 100000 101000 0 10011 11111100 101110 1000001

Color Harmonies of #8C7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7CCE

Black with #8C7CCE

Text Example


Text Example

White with #8C7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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