#8884FB

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

Shades of Light Slate Blue #8884FB

Tints of Light Slate Blue #8884FB

Color information

#8884FB (or 0x8884FB) is unknown color: approx Light Slate Blue. HEX triplet: 88, 84 and FB. RGB value is (136,132,251). Sum of RGB (Red+Green+Blue) = 136+132+251=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #8884FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8884FB is #777B04. Grayscale: #929292. Windows color (decimal): -7830277 or 16483464. OLE color: 16483464.

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

Color convert

RGB136132251-
CMYK0.460.4700.02
HSL242.02º93.7%75.1%-
HSV(B)242.02º47.41%98.43%-
XYZ35.8228.794.92-
YUV146.76186.83120.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.20%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=26.20%
G=25.43%
B=48.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361322510.460.4700.02242.0293.775.1
Hex8884FB2E2F02f25e4b
Octal210204373565702362136113
Binary1000100010000100111110111011101011110101111001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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