Html Css Color HEX #8885DB Moody Blue

📋 copy color: '#8885DB'

red 136 ◦ green 133 ◦ blue 219

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

Shades of Moody Blue #8885DB

Tints of Moody Blue #8885DB

RGB

 RED value IS 136 (53.52% from 255) = 27.87%

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

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

R = 27.87%
G = 27.25%
B = 44.88%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8885DB (or 0x8885DB) is known color: Moody Blue. HEX triplet: 88, 85 and DB. RGB value is (136,133,219). Sum of RGB (Red+Green+Blue) = 136+133+219=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #8885DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885DB is #777A24. Grayscale: #8F8F8F. Windows color (decimal): -7830053 or 14386568. OLE color: 14386568.

HSL color Cylindrical-coordinate representation of color #8885DB: hue angle of 242.09º 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 #8885DB is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 133 219 -
CMYK 0.38 0.39 0 0.14
HSL 242.09º 0.54% 0.69% -
HSV(B) 242.09º 0.39% 0.86% -
XYZ 31.33 27.12 70.6 -
YUV 143.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 136 133 219 0.38 0.39 0 0.14 242.09 0.54 0.69
Hex 88 85 DB 26 27 0 E F2 36 45
Octal 210 205 333 46 47 0 16 362 66 105
Binary 10001000 10000101 11011011 100110 100111 0 1110 11110010 110110 1000101

Color Harmonies of #8885DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8885DB

Black with #8885DB

Text Example


Text Example

White with #8885DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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