Html Css Color HEX #877FDA Moody Blue

📋 copy color: '#877FDA'

red 135 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #877FDA

Tints of Moody Blue #877FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.46%

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 28.13%
G = 26.46%
B = 45.42%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#877FDA (or 0x877FDA) is known color: Moody Blue. HEX triplet: 87, 7F and DA. RGB value is (135,127,218). Sum of RGB (Red+Green+Blue) = 135+127+218=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #877FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FDA is #788025. Grayscale: #8B8B8B. Windows color (decimal): -7897126 or 14319495. OLE color: 14319495.

HSL color Cylindrical-coordinate representation of color #877FDA: hue angle of 245.27º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #877FDA is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 127 218 -
CMYK 0.38 0.42 0 0.15
HSL 245.27º 0.55% 0.68% -
HSV(B) 245.27º 0.42% 0.85% -
XYZ 30.24 25.39 69.64 -
YUV 139.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 135 127 218 0.38 0.42 0 0.15 245.27 0.55 0.68
Hex 87 7F DA 26 2A 0 F F5 37 44
Octal 207 177 332 46 52 0 17 365 67 104
Binary 10000111 1111111 11011010 100110 101010 0 1111 11110101 110111 1000100

Color Harmonies of #877FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FDA

Black with #877FDA

Text Example


Text Example

White with #877FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877FDA; }

 p { color: rgb(135,127,218); }

 H1.HeaderClassName
 {
   color: #877FDA;
 }
 .AnyTagClassName
 {
   color: #877FDA;
 }
</style>

background-color css

<style>
 a { background-color: #877FDA; }

 a { background-color: rgb(135,127,218); }

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

border-color css

<style>
 span { border-color: #877FDA; }

 span { border-color: rgb(135,127,218); }

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