#9A88FB

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

Shades of Light Slate Blue #9A88FB

Tints of Light Slate Blue #9A88FB

Color information

#9A88FB (or 0x9A88FB) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 88 and FB. RGB value is (154,136,251). Sum of RGB (Red+Green+Blue) = 154+136+251=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A88FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A88FB is #657704. Grayscale: #9A9A9A. Windows color (decimal): -6649605 or 16484506. OLE color: 16484506.

HSL color Cylindrical-coordinate representation of color #9A88FB: hue angle of 249.39º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A88FB is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154136251-
CMYK0.390.4600.02
HSL249.39º93.5%75.88%-
HSV(B)249.39º45.82%98.43%-
XYZ39.5431.4495.25-
YUV154.49182.46127.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.47%
GREEN value IS 136 (53.52% from 255) = 25.14%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=28.47%
G=25.14%
B=46.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541362510.390.4600.02249.3993.575.88
Hex9A88FB272E02f95d4c
Octal232210373475602371135114
Binary1001101010001000111110111001111011100101111100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A88FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A88FB; }

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

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

<style>
 a { background-color: #9A88FB; }

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

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

<style>
 span { border-color: #9A88FB; }

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

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