#988BFF

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

Shades of Light Slate Blue #988BFF

Tints of Light Slate Blue #988BFF

Color information

#988BFF (or 0x988BFF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 8B and FF. RGB value is (152,139,255). Sum of RGB (Red+Green+Blue) = 152+139+255=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #988BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988BFF is #677400. Grayscale: #9B9B9B. Windows color (decimal): -6779905 or 16747416. OLE color: 16747416.

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

Color convert

RGB152139255-
CMYK0.400.4500
HSL246.72º100%77.25%-
HSV(B)246.72º45.49%100%-
XYZ40.2332.3698.73-
YUV156.11183.81125.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.84%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 255 (100% from 255) = 46.70%
R=27.84%
G=25.46%
B=46.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521392550.400.4500246.7210077.25
Hex988BFF282D00f7644d
Octal230213377505500367144115
Binary100110001000101111111111101000101101001111011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988BFF; }

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

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

<style>
 a { background-color: #988BFF; }

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

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

<style>
 span { border-color: #988BFF; }

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

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