Html Css Color HEX #8780DB Moody Blue

📋 copy color: '#8780DB'

red 135 ◦ green 128 ◦ blue 219

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

Shades of Moody Blue #8780DB

Tints of Moody Blue #8780DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.56%

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

R = 28.01%
G = 26.56%
B = 45.44%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8780DB (or 0x8780DB) is known color: Moody Blue. HEX triplet: 87, 80 and DB. RGB value is (135,128,219). Sum of RGB (Red+Green+Blue) = 135+128+219=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #8780DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780DB is #787F24. Grayscale: #8C8C8C. Windows color (decimal): -7896869 or 14385287. OLE color: 14385287.

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

Color convert

RGB 135 128 219 -
CMYK 0.38 0.42 0 0.14
HSL 244.62º 0.56% 0.68% -
HSV(B) 244.62º 0.42% 0.86% -
XYZ 30.5 25.7 70.37 -
YUV 140.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 135 128 219 0.38 0.42 0 0.14 244.62 0.56 0.68
Hex 87 80 DB 26 2A 0 E F5 38 44
Octal 207 200 333 46 52 0 16 365 70 104
Binary 10000111 10000000 11011011 100110 101010 0 1110 11110101 111000 1000100

Color Harmonies of #8780DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8780DB

Black with #8780DB

Text Example


Text Example

White with #8780DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,128,219); }

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

background-color css

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

 a { background-color: rgb(135,128,219); }

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

border-color css

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

 span { border-color: rgb(135,128,219); }

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