#887AFF

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

Shades of Light Slate Blue #887AFF

Tints of Light Slate Blue #887AFF

Color information

#887AFF (or 0x887AFF) is unknown color: approx Light Slate Blue. HEX triplet: 88, 7A and FF. RGB value is (136,122,255). Sum of RGB (Red+Green+Blue) = 136+122+255=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #887AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887AFF is #778500. Grayscale: #8C8C8C. Windows color (decimal): -7832833 or 16743048. OLE color: 16743048.

HSL color Cylindrical-coordinate representation of color #887AFF: hue angle of 246.32º 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 #887AFF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136122255-
CMYK0.470.5200
HSL246.32º100%73.92%-
HSV(B)246.32º52.16%100%-
XYZ35.1626.3797.85-
YUV141.35192.14124.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.51%
GREEN value IS 122 (48.05% from 255) = 23.78%
BLUE value IS 255 (100% from 255) = 49.71%
R=26.51%
G=23.78%
B=49.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361222550.470.5200246.3210073.92
Hex887AFF2F3400f6644a
Octal210172377576400366144112
Binary10001000111101011111111101111110100001111011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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