Html Css Color HEX #877DFE Light Slate Blue

📋 copy color: '#877DFE'

red 135 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #877DFE

Tints of Light Slate Blue #877DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 26.26%
G = 24.32%
B = 49.42%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#877DFE (or 0x877DFE) is known color: Light Slate Blue. HEX triplet: 87, 7D and FE. RGB value is (135,125,254). Sum of RGB (Red+Green+Blue) = 135+125+254=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #877DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877DFE is #788201. Grayscale: #8E8E8E. Windows color (decimal): -7897602 or 16678279. OLE color: 16678279.

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

Color convert

RGB 135 125 254 -
CMYK 0.47 0.51 0 0.00
HSL 244.65º 0.98% 0.74% -
HSV(B) 244.65º 0.51% 1% -
XYZ 35.21 26.97 97.12 -
YUV 142.7 190.81 122.51 -
System Red Green Blue C M Y K H S L
Decimal 135 125 254 0.47 0.51 0 0.00 244.65 0.98 0.74
Hex 87 7D FE 2F 33 0 0 F5 62 4A
Octal 207 175 376 57 63 0 0 365 142 112
Binary 10000111 1111101 11111110 101111 110011 0 0 11110101 1100010 1001010

Color Harmonies of #877DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DFE

Black with #877DFE

Text Example


Text Example

White with #877DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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