Html Css Color HEX #8780CB Moody Blue

📋 copy color: '#8780CB'

red 135 ◦ green 128 ◦ blue 203

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

Shades of Moody Blue #8780CB

Tints of Moody Blue #8780CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 28.97%
G = 27.47%
B = 43.56%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8780CB (or 0x8780CB) is known color: Moody Blue. HEX triplet: 87, 80 and CB. RGB value is (135,128,203). Sum of RGB (Red+Green+Blue) = 135+128+203=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #8780CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780CB is #787F34. Grayscale: #8A8A8A. Windows color (decimal): -7896885 or 13336711. OLE color: 13336711.

HSL color Cylindrical-coordinate representation of color #8780CB: hue angle of 245.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8780CB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 128 203 -
CMYK 0.33 0.37 0 0.20
HSL 245.6º 0.42% 0.65% -
HSV(B) 245.6º 0.37% 0.8% -
XYZ 28.49 24.9 59.8 -
YUV 138.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 135 128 203 0.33 0.37 0 0.20 245.6 0.42 0.65
Hex 87 80 CB 21 25 0 14 F6 2A 41
Octal 207 200 313 41 45 0 24 366 52 101
Binary 10000111 10000000 11001011 100001 100101 0 10100 11110110 101010 1000001

Color Harmonies of #8780CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8780CB

Black with #8780CB

Text Example


Text Example

White with #8780CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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