Html Css Color HEX #877FDF Moody Blue

📋 copy color: '#877FDF'

red 135 ◦ green 127 ◦ blue 223

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

Shades of Moody Blue #877FDF

Tints of Moody Blue #877FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 27.84%
G = 26.19%
B = 45.98%

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

#877FDF (or 0x877FDF) is known color: Moody Blue. HEX triplet: 87, 7F and DF. RGB value is (135,127,223). Sum of RGB (Red+Green+Blue) = 135+127+223=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #877FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FDF is #788020. Grayscale: #8B8B8B. Windows color (decimal): -7897121 or 14647175. OLE color: 14647175.

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

Color convert

RGB 135 127 223 -
CMYK 0.39 0.43 0 0.13
HSL 245º 0.6% 0.69% -
HSV(B) 245º 0.43% 0.87% -
XYZ 30.9 25.66 73.14 -
YUV 140.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 135 127 223 0.39 0.43 0 0.13 245 0.6 0.69
Hex 87 7F DF 27 2B 0 D F5 3C 45
Octal 207 177 337 47 53 0 15 365 74 105
Binary 10000111 1111111 11011111 100111 101011 0 1101 11110101 111100 1000101

Color Harmonies of #877FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FDF

Black with #877FDF

Text Example


Text Example

White with #877FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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