Html Css Color HEX #988CFC Light Slate Blue

📋 copy color: '#988CFC'

red 152 ◦ green 140 ◦ blue 252

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

Shades of Light Slate Blue #988CFC

Tints of Light Slate Blue #988CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.32%

R = 27.94%
G = 25.74%
B = 46.32%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#988CFC (or 0x988CFC) is known color: Light Slate Blue. HEX triplet: 98, 8C and FC. RGB value is (152,140,252). Sum of RGB (Red+Green+Blue) = 152+140+252=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #988CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988CFC is #677303. Grayscale: #9B9B9B. Windows color (decimal): -6779652 or 16551064. OLE color: 16551064.

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

Color convert

RGB 152 140 252 -
CMYK 0.40 0.44 0 0.01
HSL 246.43º 0.95% 0.77% -
HSV(B) 246.43º 0.44% 0.99% -
XYZ 39.9 32.46 96.26 -
YUV 156.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 152 140 252 0.40 0.44 0 0.01 246.43 0.95 0.77
Hex 98 8C FC 28 2C 0 1 F6 5F 4D
Octal 230 214 374 50 54 0 1 366 137 115
Binary 10011000 10001100 11111100 101000 101100 0 1 11110110 1011111 1001101

Color Harmonies of #988CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CFC

Black with #988CFC

Text Example


Text Example

White with #988CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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