Html Css Color HEX #8784DD Moody Blue

📋 copy color: '#8784DD'

red 135 ◦ green 132 ◦ blue 221

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

Shades of Moody Blue #8784DD

Tints of Moody Blue #8784DD

RGB

 RED value IS 135 (53.13% from 255) = 27.66%

 GREEN value IS 132 (51.95% from 255) = 27.05%

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 27.66%
G = 27.05%
B = 45.29%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8784DD (or 0x8784DD) is known color: Moody Blue. HEX triplet: 87, 84 and DD. RGB value is (135,132,221). Sum of RGB (Red+Green+Blue) = 135+132+221=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #8784DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8784DD is #787B22. Grayscale: #8E8E8E. Windows color (decimal): -7895843 or 14517383. OLE color: 14517383.

HSL color Cylindrical-coordinate representation of color #8784DD: hue angle of 242.02º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8784DD is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 132 221 -
CMYK 0.39 0.40 0 0.13
HSL 242.02º 0.57% 0.69% -
HSV(B) 242.02º 0.4% 0.87% -
XYZ 31.29 26.87 71.94 -
YUV 143.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 135 132 221 0.39 0.40 0 0.13 242.02 0.57 0.69
Hex 87 84 DD 27 28 0 D F2 39 45
Octal 207 204 335 47 50 0 15 362 71 105
Binary 10000111 10000100 11011101 100111 101000 0 1101 11110010 111001 1000101

Color Harmonies of #8784DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8784DD

Black with #8784DD

Text Example


Text Example

White with #8784DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8784DD; }

 p { color: rgb(135,132,221); }

 H1.HeaderClassName
 {
   color: #8784DD;
 }
 .AnyTagClassName
 {
   color: #8784DD;
 }
</style>

background-color css

<style>
 a { background-color: #8784DD; }

 a { background-color: rgb(135,132,221); }

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

border-color css

<style>
 span { border-color: #8784DD; }

 span { border-color: rgb(135,132,221); }

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