Html Css Color HEX #8D81DB Moody Blue

📋 copy color: '#8D81DB'

red 141 ◦ green 129 ◦ blue 219

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

Shades of Moody Blue #8D81DB

Tints of Moody Blue #8D81DB

RGB

 RED value IS 141 (55.47% from 255) = 28.83%

 GREEN value IS 129 (50.78% from 255) = 26.38%

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

R = 28.83%
G = 26.38%
B = 44.79%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D81DB (or 0x8D81DB) is known color: Moody Blue. HEX triplet: 8D, 81 and DB. RGB value is (141,129,219). Sum of RGB (Red+Green+Blue) = 141+129+219=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 129 (50.78% from 255 or 26.38% 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 #8D81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D81DB is #727E24. Grayscale: #8E8E8E. Windows color (decimal): -7503397 or 14385549. OLE color: 14385549.

HSL color Cylindrical-coordinate representation of color #8D81DB: hue angle of 248º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D81DB is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 129 219 -
CMYK 0.36 0.41 0 0.14
HSL 248º 0.56% 0.68% -
HSV(B) 248º 0.41% 0.86% -
XYZ 31.62 26.48 70.46 -
YUV 142.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 141 129 219 0.36 0.41 0 0.14 248 0.56 0.68
Hex 8D 81 DB 24 29 0 E F8 38 44
Octal 215 201 333 44 51 0 16 370 70 104
Binary 10001101 10000001 11011011 100100 101001 0 1110 11111000 111000 1000100

Color Harmonies of #8D81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D81DB

Black with #8D81DB

Text Example


Text Example

White with #8D81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,129,219); }

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

background-color css

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

 a { background-color: rgb(141,129,219); }

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

border-color css

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

 span { border-color: rgb(141,129,219); }

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