Html Css Color HEX #8C88BE Moody Blue

📋 copy color: '#8C88BE'

red 140 ◦ green 136 ◦ blue 190

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

Shades of Moody Blue #8C88BE

Tints of Moody Blue #8C88BE

RGB

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

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

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

R = 30.04%
G = 29.18%
B = 40.77%

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

#8C88BE (or 0x8C88BE) is known color: Moody Blue. HEX triplet: 8C, 88 and BE. RGB value is (140,136,190). Sum of RGB (Red+Green+Blue) = 140+136+190=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C88BE is #737741. Grayscale: #8F8F8F. Windows color (decimal): -7567170 or 12486796. OLE color: 12486796.

HSL color Cylindrical-coordinate representation of color #8C88BE: hue angle of 244.44º 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 #8C88BE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 136 190 -
CMYK 0.26 0.28 0 0.25
HSL 244.44º 0.29% 0.64% -
HSV(B) 244.44º 0.28% 0.75% -
XYZ 28.91 26.9 52.38 -
YUV 143.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 140 136 190 0.26 0.28 0 0.25 244.44 0.29 0.64
Hex 8C 88 BE 1A 1C 0 19 F4 1D 40
Octal 214 210 276 32 34 0 31 364 35 100
Binary 10001100 10001000 10111110 11010 11100 0 11001 11110100 11101 1000000

Color Harmonies of #8C88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C88BE

Black with #8C88BE

Text Example


Text Example

White with #8C88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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