Html Css Color HEX #8D88BE Moody Blue

📋 copy color: '#8D88BE'

red 141 ◦ green 136 ◦ blue 190

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

Shades of Moody Blue #8D88BE

Tints of Moody Blue #8D88BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.12%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 30.19%
G = 29.12%
B = 40.69%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D88BE (or 0x8D88BE) is known color: Moody Blue. HEX triplet: 8D, 88 and BE. RGB value is (141,136,190). Sum of RGB (Red+Green+Blue) = 141+136+190=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D88BE is #727741. Grayscale: #8F8F8F. Windows color (decimal): -7501634 or 12486797. OLE color: 12486797.

HSL color Cylindrical-coordinate representation of color #8D88BE: hue angle of 245.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D88BE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 136 190 -
CMYK 0.26 0.28 0 0.25
HSL 245.56º 0.29% 0.64% -
HSV(B) 245.56º 0.28% 0.75% -
XYZ 29.08 26.99 52.39 -
YUV 143.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 141 136 190 0.26 0.28 0 0.25 245.56 0.29 0.64
Hex 8D 88 BE 1A 1C 0 19 F6 1D 40
Octal 215 210 276 32 34 0 31 366 35 100
Binary 10001101 10001000 10111110 11010 11100 0 11001 11110110 11101 1000000

Color Harmonies of #8D88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D88BE

Black with #8D88BE

Text Example


Text Example

White with #8D88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,136,190); }

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

background-color css

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

 a { background-color: rgb(141,136,190); }

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

border-color css

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

 span { border-color: rgb(141,136,190); }

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