#9888FF

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

Shades of Light Slate Blue #9888FF

Tints of Light Slate Blue #9888FF

Color information

#9888FF (or 0x9888FF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 88 and FF. RGB value is (152,136,255). Sum of RGB (Red+Green+Blue) = 152+136+255=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #9888FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9888FF is #677700. Grayscale: #999999. Windows color (decimal): -6780673 or 16746648. OLE color: 16746648.

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

Color convert

RGB152136255-
CMYK0.400.4700
HSL248.07º100%76.67%-
HSV(B)248.07º46.67%100%-
XYZ39.831.598.59-
YUV154.35184.8126.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.99%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 255 (100% from 255) = 46.96%
R=27.99%
G=25.05%
B=46.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521362550.400.4700248.0710076.67
Hex9888FF282F00f8644d
Octal230210377505700370144115
Binary100110001000100011111111101000101111001111100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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