Html Css Color HEX #877FDD Moody Blue

📋 copy color: '#877FDD'

red 135 ◦ green 127 ◦ blue 221

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

Shades of Moody Blue #877FDD

Tints of Moody Blue #877FDD

RGB

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

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

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

R = 27.95%
G = 26.29%
B = 45.76%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#877FDD (or 0x877FDD) is known color: Moody Blue. HEX triplet: 87, 7F and DD. RGB value is (135,127,221). Sum of RGB (Red+Green+Blue) = 135+127+221=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #877FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FDD is #788022. Grayscale: #8B8B8B. Windows color (decimal): -7897123 or 14516103. OLE color: 14516103.

HSL color Cylindrical-coordinate representation of color #877FDD: hue angle of 245.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #877FDD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 127 221 -
CMYK 0.39 0.43 0 0.13
HSL 245.11º 0.58% 0.68% -
HSV(B) 245.11º 0.43% 0.87% -
XYZ 30.63 25.55 71.72 -
YUV 140.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 135 127 221 0.39 0.43 0 0.13 245.11 0.58 0.68
Hex 87 7F DD 27 2B 0 D F5 3A 44
Octal 207 177 335 47 53 0 15 365 72 104
Binary 10000111 1111111 11011101 100111 101011 0 1101 11110101 111010 1000100

Color Harmonies of #877FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FDD

Black with #877FDD

Text Example


Text Example

White with #877FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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