#9A88FD

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

Shades of Light Slate Blue #9A88FD

Tints of Light Slate Blue #9A88FD

Color information

#9A88FD (or 0x9A88FD) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 88 and FD. RGB value is (154,136,253). Sum of RGB (Red+Green+Blue) = 154+136+253=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A88FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A88FD is #657702. Grayscale: #9A9A9A. Windows color (decimal): -6649603 or 16615578. OLE color: 16615578.

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

Color convert

RGB154136253-
CMYK0.390.4600.01
HSL249.23º96.69%76.27%-
HSV(B)249.23º46.25%99.22%-
XYZ39.8631.5796.92-
YUV154.72183.46127.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.36%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=28.36%
G=25.05%
B=46.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541362530.390.4600.01249.2396.6976.27
Hex9A88FD272E01f9614c
Octal232210375475601371141114
Binary100110101000100011111101100111101110011111100111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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