#998BFB

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

Shades of Light Slate Blue #998BFB

Tints of Light Slate Blue #998BFB

Color information

#998BFB (or 0x998BFB) is unknown color: approx Light Slate Blue. HEX triplet: 99, 8B and FB. RGB value is (153,139,251). Sum of RGB (Red+Green+Blue) = 153+139+251=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #998BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BFB is #667404. Grayscale: #9B9B9B. Windows color (decimal): -6714373 or 16485273. OLE color: 16485273.

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

Color convert

RGB153139251-
CMYK0.390.4500.02
HSL247.5º93.33%76.47%-
HSV(B)247.5º44.62%98.43%-
XYZ39.7832.295.39-
YUV155.95181.64125.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.18%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 251 (98.44% from 255) = 46.22%
R=28.18%
G=25.60%
B=46.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531392510.390.4500.02247.593.3376.47
Hex998BFB272D02f85d4c
Octal231213373475502370135114
Binary1001100110001011111110111001111011010101111100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998BFB; }

 p { color: rgb(153,139,251); }

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

<style>
 a { background-color: #998BFB; }

 a { background-color: rgb(153,139,251); }

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

<style>
 span { border-color: #998BFB; }

 span { border-color: rgb(153,139,251); }

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