Html Css Color HEX #8A89BC Moody Blue

📋 copy color: '#8A89BC'

red 138 ◦ green 137 ◦ blue 188

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

Shades of Moody Blue #8A89BC

Tints of Moody Blue #8A89BC

RGB

 RED value IS 138 (54.3% from 255) = 29.81%

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

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

R = 29.81%
G = 29.59%
B = 40.6%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A89BC (or 0x8A89BC) is known color: Moody Blue. HEX triplet: 8A, 89 and BC. RGB value is (138,137,188). Sum of RGB (Red+Green+Blue) = 138+137+188=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A89BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A89BC is #757643. Grayscale: #8E8E8E. Windows color (decimal): -7697988 or 12355978. OLE color: 12355978.

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

Color convert

RGB 138 137 188 -
CMYK 0.27 0.27 0 0.26
HSL 241.18º 0.28% 0.64% -
HSV(B) 241.18º 0.27% 0.74% -
XYZ 28.5 26.93 51.27 -
YUV 143.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 138 137 188 0.27 0.27 0 0.26 241.18 0.28 0.64
Hex 8A 89 BC 1B 1B 0 1A F1 1C 40
Octal 212 211 274 33 33 0 32 361 34 100
Binary 10001010 10001001 10111100 11011 11011 0 11010 11110001 11100 1000000

Color Harmonies of #8A89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A89BC

Black with #8A89BC

Text Example


Text Example

White with #8A89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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