Html Css Color HEX #877CFF Light Slate Blue

📋 copy color: '#877CFF'

red 135 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #877CFF

Tints of Light Slate Blue #877CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 26.26%
G = 24.12%
B = 49.61%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#877CFF (or 0x877CFF) is known color: Light Slate Blue. HEX triplet: 87, 7C and FF. RGB value is (135,124,255). Sum of RGB (Red+Green+Blue) = 135+124+255=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #877CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877CFF is #788300. Grayscale: #8D8D8D. Windows color (decimal): -7897857 or 16743559. OLE color: 16743559.

HSL color Cylindrical-coordinate representation of color #877CFF: hue angle of 245.04º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #877CFF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 124 255 -
CMYK 0.47 0.51 0 0
HSL 245.04º 1% 0.74% -
HSV(B) 245.04º 0.51% 1% -
XYZ 35.25 26.79 97.92 -
YUV 142.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 135 124 255 0.47 0.51 0 0 245.04 1 0.74
Hex 87 7C FF 2F 33 0 0 F5 64 4A
Octal 207 174 377 57 63 0 0 365 144 112
Binary 10000111 1111100 11111111 101111 110011 0 0 11110101 1100100 1001010

Color Harmonies of #877CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CFF

Black with #877CFF

Text Example


Text Example

White with #877CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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