#877AFF

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

Shades of Light Slate Blue #877AFF

Tints of Light Slate Blue #877AFF

Color information

#877AFF (or 0x877AFF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 7A and FF. RGB value is (135,122,255). Sum of RGB (Red+Green+Blue) = 135+122+255=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #877AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877AFF is #788500. Grayscale: #8C8C8C. Windows color (decimal): -7898369 or 16743047. OLE color: 16743047.

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

Color convert

RGB135122255-
CMYK0.470.5200
HSL245.86º100%73.92%-
HSV(B)245.86º52.16%100%-
XYZ3526.2997.84-
YUV141.05192.31123.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.37%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 255 (100% from 255) = 49.80%
R=26.37%
G=23.83%
B=49.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351222550.470.5200245.8610073.92
Hex877AFF2F3400f6644a
Octal207172377576400366144112
Binary10000111111101011111111101111110100001111011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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