Html Css Color HEX #988BFE Light Slate Blue

📋 copy color: '#988BFE'

red 152 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #988BFE

Tints of Light Slate Blue #988BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.5%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 27.89%
G = 25.5%
B = 46.61%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#988BFE (or 0x988BFE) is known color: Light Slate Blue. HEX triplet: 98, 8B and FE. RGB value is (152,139,254). Sum of RGB (Red+Green+Blue) = 152+139+254=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #988BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988BFE is #677401. Grayscale: #9B9B9B. Windows color (decimal): -6779906 or 16681880. OLE color: 16681880.

HSL color Cylindrical-coordinate representation of color #988BFE: hue angle of 246.78º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #988BFE is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 139 254 -
CMYK 0.40 0.45 0 0.00
HSL 246.78º 0.98% 0.77% -
HSV(B) 246.78º 0.45% 1% -
XYZ 40.07 32.3 97.89 -
YUV 156 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 152 139 254 0.40 0.45 0 0.00 246.78 0.98 0.77
Hex 98 8B FE 28 2D 0 0 F7 62 4D
Octal 230 213 376 50 55 0 0 367 142 115
Binary 10011000 10001011 11111110 101000 101101 0 0 11110111 1100010 1001101

Color Harmonies of #988BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988BFE

Black with #988BFE

Text Example


Text Example

White with #988BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,139,254); }

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

background-color css

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

 a { background-color: rgb(152,139,254); }

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

border-color css

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

 span { border-color: rgb(152,139,254); }

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