Html Css Color HEX #988CFB Light Slate Blue

📋 copy color: '#988CFB'

red 152 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #988CFB

Tints of Light Slate Blue #988CFB

RGB

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

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

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

R = 27.99%
G = 25.78%
B = 46.22%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#988CFB (or 0x988CFB) is known color: Light Slate Blue. HEX triplet: 98, 8C and FB. RGB value is (152,140,251). Sum of RGB (Red+Green+Blue) = 152+140+251=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #988CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988CFB is #677304. Grayscale: #9B9B9B. Windows color (decimal): -6779653 or 16485528. OLE color: 16485528.

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

Color convert

RGB 152 140 251 -
CMYK 0.39 0.44 0 0.02
HSL 246.49º 0.93% 0.77% -
HSV(B) 246.49º 0.44% 0.98% -
XYZ 39.74 32.4 95.43 -
YUV 156.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 152 140 251 0.39 0.44 0 0.02 246.49 0.93 0.77
Hex 98 8C FB 27 2C 0 2 F6 5D 4D
Octal 230 214 373 47 54 0 2 366 135 115
Binary 10011000 10001100 11111011 100111 101100 0 10 11110110 1011101 1001101

Color Harmonies of #988CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CFB

Black with #988CFB

Text Example


Text Example

White with #988CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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