#988CFD

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

Shades of Light Slate Blue #988CFD

Tints of Light Slate Blue #988CFD

Color information

#988CFD (or 0x988CFD) is unknown color: approx Light Slate Blue. HEX triplet: 98, 8C and FD. RGB value is (152,140,253). Sum of RGB (Red+Green+Blue) = 152+140+253=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #988CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988CFD is #677302. Grayscale: #9C9C9C. Windows color (decimal): -6779651 or 16616600. OLE color: 16616600.

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

Color convert

RGB152140253-
CMYK0.400.4500.01
HSL246.37º96.58%77.06%-
HSV(B)246.37º44.66%99.22%-
XYZ40.0632.5297.09-
YUV156.47182.48124.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=27.89%
G=25.69%
B=46.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521402530.400.4500.01246.3796.5877.06
Hex988CFD282D01f6614d
Octal230214375505501366141115
Binary100110001000110011111101101000101101011111011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,140,253); }

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

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

 a { background-color: rgb(152,140,253); }

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

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

 span { border-color: rgb(152,140,253); }

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