Html Css Color HEX #877CDA Moody Blue

📋 copy color: '#877CDA'

red 135 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #877CDA

Tints of Moody Blue #877CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 28.3%
G = 26%
B = 45.7%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#877CDA (or 0x877CDA) is known color: Moody Blue. HEX triplet: 87, 7C and DA. RGB value is (135,124,218). Sum of RGB (Red+Green+Blue) = 135+124+218=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #877CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CDA is #788325. Grayscale: #898989. Windows color (decimal): -7897894 or 14318727. OLE color: 14318727.

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

Color convert

RGB 135 124 218 -
CMYK 0.38 0.43 0 0.15
HSL 247.02º 0.56% 0.67% -
HSV(B) 247.02º 0.43% 0.85% -
XYZ 29.85 24.63 69.51 -
YUV 138.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 135 124 218 0.38 0.43 0 0.15 247.02 0.56 0.67
Hex 87 7C DA 26 2B 0 F F7 38 43
Octal 207 174 332 46 53 0 17 367 70 103
Binary 10000111 1111100 11011010 100110 101011 0 1111 11110111 111000 1000011

Color Harmonies of #877CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CDA

Black with #877CDA

Text Example


Text Example

White with #877CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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