Html Css Color HEX #8B89BC Moody Blue

📋 copy color: '#8B89BC'

red 139 ◦ green 137 ◦ blue 188

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

Shades of Moody Blue #8B89BC

Tints of Moody Blue #8B89BC

RGB

 RED value IS 139 (54.69% from 255) = 29.96%

 GREEN value IS 137 (53.91% from 255) = 29.53%

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

R = 29.96%
G = 29.53%
B = 40.52%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8B89BC (or 0x8B89BC) is known color: Moody Blue. HEX triplet: 8B, 89 and BC. RGB value is (139,137,188). Sum of RGB (Red+Green+Blue) = 139+137+188=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 137 (53.91% from 255 or 29.53% 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 #8B89BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B89BC is #747643. Grayscale: #8F8F8F. Windows color (decimal): -7632452 or 12355979. OLE color: 12355979.

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

Color convert

RGB 139 137 188 -
CMYK 0.26 0.27 0 0.26
HSL 242.35º 0.28% 0.64% -
HSV(B) 242.35º 0.27% 0.74% -
XYZ 28.67 27.01 51.28 -
YUV 143.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 139 137 188 0.26 0.27 0 0.26 242.35 0.28 0.64
Hex 8B 89 BC 1A 1B 0 1A F2 1C 40
Octal 213 211 274 32 33 0 32 362 34 100
Binary 10001011 10001001 10111100 11010 11011 0 11010 11110010 11100 1000000

Color Harmonies of #8B89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B89BC

Black with #8B89BC

Text Example


Text Example

White with #8B89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,137,188); }

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

background-color css

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

 a { background-color: rgb(139,137,188); }

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

border-color css

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

 span { border-color: rgb(139,137,188); }

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