Html Css Color HEX #988FFB Light Slate Blue

📋 copy color: '#988FFB'

red 152 ◦ green 143 ◦ blue 251

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

Shades of Light Slate Blue #988FFB

Tints of Light Slate Blue #988FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.97%

R = 27.84%
G = 26.19%
B = 45.97%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#988FFB (or 0x988FFB) is known color: Light Slate Blue. HEX triplet: 98, 8F and FB. RGB value is (152,143,251). Sum of RGB (Red+Green+Blue) = 152+143+251=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #988FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FFB is #677004. Grayscale: #9D9D9D. Windows color (decimal): -6778885 or 16486296. OLE color: 16486296.

HSL color Cylindrical-coordinate representation of color #988FFB: hue angle of 245º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988FFB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 143 251 -
CMYK 0.39 0.43 0 0.02
HSL 245º 0.93% 0.77% -
HSV(B) 245º 0.43% 0.98% -
XYZ 40.18 33.29 95.57 -
YUV 158 180.48 123.72 -
System Red Green Blue C M Y K H S L
Decimal 152 143 251 0.39 0.43 0 0.02 245 0.93 0.77
Hex 98 8F FB 27 2B 0 2 F5 5D 4D
Octal 230 217 373 47 53 0 2 365 135 115
Binary 10011000 10001111 11111011 100111 101011 0 10 11110101 1011101 1001101

Color Harmonies of #988FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FFB

Black with #988FFB

Text Example


Text Example

White with #988FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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