Html Css Color HEX #8D7CCC Moody Blue

📋 copy color: '#8D7CCC'

red 141 ◦ green 124 ◦ blue 204

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

Shades of Moody Blue #8D7CCC

Tints of Moody Blue #8D7CCC

RGB

 RED value IS 141 (55.47% from 255) = 30.06%

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 30.06%
G = 26.44%
B = 43.5%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D7CCC (or 0x8D7CCC) is known color: Moody Blue. HEX triplet: 8D, 7C and CC. RGB value is (141,124,204). Sum of RGB (Red+Green+Blue) = 141+124+204=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7CCC is #728333. Grayscale: #898989. Windows color (decimal): -7504692 or 13401229. OLE color: 13401229.

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

Color convert

RGB 141 124 204 -
CMYK 0.31 0.39 0 0.2
HSL 252.75º 0.44% 0.64% -
HSV(B) 252.75º 0.39% 0.8% -
XYZ 29.09 24.44 60.31 -
YUV 138.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 141 124 204 0.31 0.39 0 0.2 252.75 0.44 0.64
Hex 8D 7C CC 1F 27 0 14 FD 2C 40
Octal 215 174 314 37 47 0 24 375 54 100
Binary 10001101 1111100 11001100 11111 100111 0 10100 11111101 101100 1000000

Color Harmonies of #8D7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7CCC

Black with #8D7CCC

Text Example


Text Example

White with #8D7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,124,204); }

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

background-color css

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

 a { background-color: rgb(141,124,204); }

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

border-color css

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

 span { border-color: rgb(141,124,204); }

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