#887AF4

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

Shades of Light Slate Blue #887AF4

Tints of Light Slate Blue #887AF4

Color information

#887AF4 (or 0x887AF4) is unknown color: approx Light Slate Blue. HEX triplet: 88, 7A and F4. RGB value is (136,122,244). Sum of RGB (Red+Green+Blue) = 136+122+244=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #887AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887AF4 is #77850B. Grayscale: #8B8B8B. Windows color (decimal): -7832844 or 16022152. OLE color: 16022152.

HSL color Cylindrical-coordinate representation of color #887AF4: hue angle of 246.89º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #887AF4 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB136122244-
CMYK0.440.500.04
HSL246.89º84.72%71.76%-
HSV(B)246.89º50%95.69%-
XYZ33.4425.6888.78-
YUV140.09186.64125.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.09%
GREEN value IS 122 (48.05% from 255) = 24.30%
BLUE value IS 244 (95.70% from 255) = 48.61%
R=27.09%
G=24.30%
B=48.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1361222440.440.500.04246.8984.7271.76
Hex887AF42C3204f75548
Octal210172364546204367125110
Binary1000100011110101111010010110011001001001111011110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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