#877CFB

Color #877CFB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #877CFB

Tints of Light Slate Blue #877CFB

Color information

#877CFB (or 0x877CFB) is unknown color: approx Light Slate Blue. HEX triplet: 87, 7C and FB. RGB value is (135,124,251). Sum of RGB (Red+Green+Blue) = 135+124+251=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #877CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877CFB is #788304. Grayscale: #8D8D8D. Windows color (decimal): -7897861 or 16481415. OLE color: 16481415.

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

Color convert

RGB135124251-
CMYK0.460.5100.02
HSL245.2º94.07%73.53%-
HSV(B)245.2º50.6%98.43%-
XYZ34.6126.5394.56-
YUV141.77189.64123.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 251 (98.44% from 255) = 49.22%
R=26.47%
G=24.31%
B=49.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351242510.460.5100.02245.294.0773.53
Hex877CFB2E3302f55e4a
Octal207174373566302365136112
Binary100001111111100111110111011101100110101111010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #877CFB;
 }
 .AnyTagClassName
 {
   color: #877CFB;
 }
</style>
background-color css

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

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

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

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

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

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