#8884FF

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

Shades of Light Slate Blue #8884FF

Tints of Light Slate Blue #8884FF

Color information

#8884FF (or 0x8884FF) is unknown color: approx Light Slate Blue. HEX triplet: 88, 84 and FF. RGB value is (136,132,255). Sum of RGB (Red+Green+Blue) = 136+132+255=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #8884FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8884FF is #777B00. Grayscale: #929292. Windows color (decimal): -7830273 or 16745608. OLE color: 16745608.

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

Color convert

RGB136132255-
CMYK0.470.4800
HSL241.95º100%75.88%-
HSV(B)241.95º48.24%100%-
XYZ36.4528.9698.28-
YUV147.22188.83120-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 255 (100% from 255) = 48.76%
R=26.00%
G=25.24%
B=48.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361322550.470.4800241.9510075.88
Hex8884FF2F3000f2644c
Octal210204377576000362144114
Binary100010001000010011111111101111110000001111001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8884FF; }

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

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

<style>
 a { background-color: #8884FF; }

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

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

<style>
 span { border-color: #8884FF; }

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

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