Html Css Color HEX #8784C0 Moody Blue

📋 copy color: '#8784C0'

red 135 ◦ green 132 ◦ blue 192

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

Shades of Moody Blue #8784C0

Tints of Moody Blue #8784C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 29.41%
G = 28.76%
B = 41.83%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8784C0 (or 0x8784C0) is known color: Moody Blue. HEX triplet: 87, 84 and C0. RGB value is (135,132,192). Sum of RGB (Red+Green+Blue) = 135+132+192=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #8784C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8784C0 is #787B3F. Grayscale: #8B8B8B. Windows color (decimal): -7895872 or 12616839. OLE color: 12616839.

HSL color Cylindrical-coordinate representation of color #8784C0: hue angle of 243º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8784C0 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 132 192 -
CMYK 0.30 0.31 0 0.25
HSL 243º 0.32% 0.64% -
HSV(B) 243º 0.31% 0.75% -
XYZ 27.76 25.46 53.32 -
YUV 139.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 135 132 192 0.30 0.31 0 0.25 243 0.32 0.64
Hex 87 84 C0 1E 1F 0 19 F3 20 40
Octal 207 204 300 36 37 0 31 363 40 100
Binary 10000111 10000100 11000000 11110 11111 0 11001 11110011 100000 1000000

Color Harmonies of #8784C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8784C0

Black with #8784C0

Text Example


Text Example

White with #8784C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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