Html Css Color HEX #988CFD Light Slate Blue

📋 copy color: '#988CFD'

red 152 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #988CFD

Tints of Light Slate Blue #988CFD

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 value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#988CFD (or 0x988CFD) is known color: 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

RGB 152 140 253 -
CMYK 0.40 0.45 0 0.01
HSL 246.37º 0.97% 0.77% -
HSV(B) 246.37º 0.45% 0.99% -
XYZ 40.06 32.52 97.09 -
YUV 156.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 152 140 253 0.40 0.45 0 0.01 246.37 0.97 0.77
Hex 98 8C FD 28 2D 0 1 F6 61 4D
Octal 230 214 375 50 55 0 1 366 141 115
Binary 10011000 10001100 11111101 101000 101101 0 1 11110110 1100001 1001101

Color Harmonies of #988CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CFD

Black with #988CFD

Text Example


Text Example

White with #988CFD

Text Example


Text Example

HTML Codes & Css Web 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>