Html Css Color HEX #877FFC Light Slate Blue

📋 copy color: '#877FFC'

red 135 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #877FFC

Tints of Light Slate Blue #877FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 26.26%
G = 24.71%
B = 49.03%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#877FFC (or 0x877FFC) is known color: Light Slate Blue. HEX triplet: 87, 7F and FC. RGB value is (135,127,252). Sum of RGB (Red+Green+Blue) = 135+127+252=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #877FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877FFC is #788003. Grayscale: #8F8F8F. Windows color (decimal): -7897092 or 16547719. OLE color: 16547719.

HSL color Cylindrical-coordinate representation of color #877FFC: hue angle of 243.84º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #877FFC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 135 127 252 -
CMYK 0.46 0.50 0 0.01
HSL 243.84º 0.95% 0.74% -
HSV(B) 243.84º 0.5% 0.99% -
XYZ 35.15 27.36 95.52 -
YUV 143.64 189.15 121.84 -
System Red Green Blue C M Y K H S L
Decimal 135 127 252 0.46 0.50 0 0.01 243.84 0.95 0.74
Hex 87 7F FC 2E 32 0 1 F4 5F 4A
Octal 207 177 374 56 62 0 1 364 137 112
Binary 10000111 1111111 11111100 101110 110010 0 1 11110100 1011111 1001010

Color Harmonies of #877FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FFC

Black with #877FFC

Text Example


Text Example

White with #877FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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