Html Css Color HEX #877DFF Light Slate Blue

📋 copy color: '#877DFF'

red 135 ◦ green 125 ◦ blue 255

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

Shades of Light Slate Blue #877DFF

Tints of Light Slate Blue #877DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.27%

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

R = 26.21%
G = 24.27%
B = 49.51%

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

#877DFF (or 0x877DFF) is known color: Light Slate Blue. HEX triplet: 87, 7D and FF. RGB value is (135,125,255). Sum of RGB (Red+Green+Blue) = 135+125+255=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #877DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877DFF is #788200. Grayscale: #8E8E8E. Windows color (decimal): -7897601 or 16743815. OLE color: 16743815.

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

Color convert

RGB 135 125 255 -
CMYK 0.47 0.51 0 0
HSL 244.62º 1% 0.75% -
HSV(B) 244.62º 0.51% 1% -
XYZ 35.38 27.04 97.96 -
YUV 142.81 191.31 122.43 -
System Red Green Blue C M Y K H S L
Decimal 135 125 255 0.47 0.51 0 0 244.62 1 0.75
Hex 87 7D FF 2F 33 0 0 F5 64 4B
Octal 207 175 377 57 63 0 0 365 144 113
Binary 10000111 1111101 11111111 101111 110011 0 0 11110101 1100100 1001011

Color Harmonies of #877DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DFF

Black with #877DFF

Text Example


Text Example

White with #877DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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