Html Css Color HEX #8C88BC Moody Blue

📋 copy color: '#8C88BC'

red 140 ◦ green 136 ◦ blue 188

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

Shades of Moody Blue #8C88BC

Tints of Moody Blue #8C88BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 30.17%
G = 29.31%
B = 40.52%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C88BC (or 0x8C88BC) is known color: Moody Blue. HEX triplet: 8C, 88 and BC. RGB value is (140,136,188). Sum of RGB (Red+Green+Blue) = 140+136+188=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C88BC is #737743. Grayscale: #8E8E8E. Windows color (decimal): -7567172 or 12355724. OLE color: 12355724.

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

Color convert

RGB 140 136 188 -
CMYK 0.26 0.28 0 0.26
HSL 244.62º 0.28% 0.64% -
HSV(B) 244.62º 0.28% 0.74% -
XYZ 28.7 26.81 51.24 -
YUV 143.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 140 136 188 0.26 0.28 0 0.26 244.62 0.28 0.64
Hex 8C 88 BC 1A 1C 0 1A F5 1C 40
Octal 214 210 274 32 34 0 32 365 34 100
Binary 10001100 10001000 10111100 11010 11100 0 11010 11110101 11100 1000000

Color Harmonies of #8C88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C88BC

Black with #8C88BC

Text Example


Text Example

White with #8C88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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