Html Css Color HEX #8985DB Moody Blue

📋 copy color: '#8985DB'

red 137 ◦ green 133 ◦ blue 219

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

Shades of Moody Blue #8985DB

Tints of Moody Blue #8985DB

RGB

 RED value IS 137 (53.91% from 255) = 28.02%

 GREEN value IS 133 (52.34% from 255) = 27.2%

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 28.02%
G = 27.2%
B = 44.79%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8985DB (or 0x8985DB) is known color: Moody Blue. HEX triplet: 89, 85 and DB. RGB value is (137,133,219). Sum of RGB (Red+Green+Blue) = 137+133+219=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #8985DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985DB is #767A24. Grayscale: #8F8F8F. Windows color (decimal): -7764517 or 14386569. OLE color: 14386569.

HSL color Cylindrical-coordinate representation of color #8985DB: hue angle of 242.79º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8985DB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 133 219 -
CMYK 0.37 0.39 0 0.14
HSL 242.79º 0.54% 0.69% -
HSV(B) 242.79º 0.39% 0.86% -
XYZ 31.49 27.21 70.61 -
YUV 144 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 137 133 219 0.37 0.39 0 0.14 242.79 0.54 0.69
Hex 89 85 DB 25 27 0 E F3 36 45
Octal 211 205 333 45 47 0 16 363 66 105
Binary 10001001 10000101 11011011 100101 100111 0 1110 11110011 110110 1000101

Color Harmonies of #8985DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8985DB

Black with #8985DB

Text Example


Text Example

White with #8985DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8985DB; }

 p { color: rgb(137,133,219); }

 H1.HeaderClassName
 {
   color: #8985DB;
 }
 .AnyTagClassName
 {
   color: #8985DB;
 }
</style>

background-color css

<style>
 a { background-color: #8985DB; }

 a { background-color: rgb(137,133,219); }

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

border-color css

<style>
 span { border-color: #8985DB; }

 span { border-color: rgb(137,133,219); }

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