Html Css Color HEX #8D85C1 Moody Blue

📋 copy color: '#8D85C1'

red 141 ◦ green 133 ◦ blue 193

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

Shades of Moody Blue #8D85C1

Tints of Moody Blue #8D85C1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 30.19%
G = 28.48%
B = 41.33%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8D85C1 (or 0x8D85C1) is known color: Moody Blue. HEX triplet: 8D, 85 and C1. RGB value is (141,133,193). Sum of RGB (Red+Green+Blue) = 141+133+193=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D85C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85C1 is #727A3E. Grayscale: #8E8E8E. Windows color (decimal): -7502399 or 12682637. OLE color: 12682637.

HSL color Cylindrical-coordinate representation of color #8D85C1: hue angle of 248º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D85C1 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 133 193 -
CMYK 0.27 0.31 0 0.24
HSL 248º 0.33% 0.64% -
HSV(B) 248º 0.31% 0.76% -
XYZ 29 26.29 54 -
YUV 142.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 141 133 193 0.27 0.31 0 0.24 248 0.33 0.64
Hex 8D 85 C1 1B 1F 0 18 F8 21 40
Octal 215 205 301 33 37 0 30 370 41 100
Binary 10001101 10000101 11000001 11011 11111 0 11000 11111000 100001 1000000

Color Harmonies of #8D85C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D85C1

Black with #8D85C1

Text Example


Text Example

White with #8D85C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,133,193); }

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

background-color css

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

 a { background-color: rgb(141,133,193); }

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

border-color css

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

 span { border-color: rgb(141,133,193); }

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