Html Css Color HEX #988CFF Light Slate Blue

📋 copy color: '#988CFF'

red 152 ◦ green 140 ◦ blue 255

#988CFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #988CFF

Tints of Light Slate Blue #988CFF

RGB

 RED value IS 152 (59.77% from 255) = 27.79%

 GREEN value IS 140 (55.08% from 255) = 25.59%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 27.79%
G = 25.59%
B = 46.62%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#988CFF (or 0x988CFF) is known color: Light Slate Blue. HEX triplet: 98, 8C and FF. RGB value is (152,140,255). Sum of RGB (Red+Green+Blue) = 152+140+255=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #988CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988CFF is #677300. Grayscale: #9C9C9C. Windows color (decimal): -6779649 or 16747672. OLE color: 16747672.

HSL color Cylindrical-coordinate representation of color #988CFF: hue angle of 246.26º 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 #988CFF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 140 255 -
CMYK 0.40 0.45 0 0
HSL 246.26º 1% 0.77% -
HSV(B) 246.26º 0.45% 1% -
XYZ 40.38 32.65 98.78 -
YUV 156.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 152 140 255 0.40 0.45 0 0 246.26 1 0.77
Hex 98 8C FF 28 2D 0 0 F6 64 4D
Octal 230 214 377 50 55 0 0 366 144 115
Binary 10011000 10001100 11111111 101000 101101 0 0 11110110 1100100 1001101

Color Harmonies of #988CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CFF

Black with #988CFF

Text Example


Text Example

White with #988CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #988CFF;
 }
 .AnyTagClassName
 {
   color: #988CFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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