Html Css Color HEX #988FFD Light Slate Blue

📋 copy color: '#988FFD'

red 152 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #988FFD

Tints of Light Slate Blue #988FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.09%

 BLUE value IS 253 (99.22% from 255) = 46.17%

R = 27.74%
G = 26.09%
B = 46.17%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#988FFD (or 0x988FFD) is known color: Light Slate Blue. HEX triplet: 98, 8F and FD. RGB value is (152,143,253). Sum of RGB (Red+Green+Blue) = 152+143+253=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #988FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FFD is #677002. Grayscale: #9D9D9D. Windows color (decimal): -6778883 or 16617368. OLE color: 16617368.

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

Color convert

RGB 152 143 253 -
CMYK 0.40 0.43 0 0.01
HSL 244.91º 0.96% 0.78% -
HSV(B) 244.91º 0.43% 0.99% -
XYZ 40.5 33.41 97.24 -
YUV 158.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 152 143 253 0.40 0.43 0 0.01 244.91 0.96 0.78
Hex 98 8F FD 28 2B 0 1 F5 60 4E
Octal 230 217 375 50 53 0 1 365 140 116
Binary 10011000 10001111 11111101 101000 101011 0 1 11110101 1100000 1001110

Color Harmonies of #988FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FFD

Black with #988FFD

Text Example


Text Example

White with #988FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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