Html Css Color HEX #8C7EC6 Moody Blue

📋 copy color: '#8C7EC6'

red 140 ◦ green 126 ◦ blue 198

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

Shades of Moody Blue #8C7EC6

Tints of Moody Blue #8C7EC6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.16%

 BLUE value IS 198 (77.73% from 255) = 42.67%

R = 30.17%
G = 27.16%
B = 42.67%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8C7EC6 (or 0x8C7EC6) is known color: Moody Blue. HEX triplet: 8C, 7E and C6. RGB value is (140,126,198). Sum of RGB (Red+Green+Blue) = 140+126+198=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C7EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EC6 is #738139. Grayscale: #8A8A8A. Windows color (decimal): -7569722 or 13008524. OLE color: 13008524.

HSL color Cylindrical-coordinate representation of color #8C7EC6: hue angle of 251.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C7EC6 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 126 198 -
CMYK 0.29 0.36 0 0.22
HSL 251.67º 0.39% 0.64% -
HSV(B) 251.67º 0.36% 0.78% -
XYZ 28.47 24.57 56.67 -
YUV 138.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 140 126 198 0.29 0.36 0 0.22 251.67 0.39 0.64
Hex 8C 7E C6 1D 24 0 16 FC 27 40
Octal 214 176 306 35 44 0 26 374 47 100
Binary 10001100 1111110 11000110 11101 100100 0 10110 11111100 100111 1000000

Color Harmonies of #8C7EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7EC6

Black with #8C7EC6

Text Example


Text Example

White with #8C7EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,126,198); }

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

background-color css

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

 a { background-color: rgb(140,126,198); }

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

border-color css

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

 span { border-color: rgb(140,126,198); }

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