Html Css Color HEX #998DFE Light Slate Blue

📋 copy color: '#998DFE'

red 153 ◦ green 141 ◦ blue 254

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

Shades of Light Slate Blue #998DFE

Tints of Light Slate Blue #998DFE

RGB

 RED value IS 153 (60.16% from 255) = 27.92%

 GREEN value IS 141 (55.47% from 255) = 25.73%

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

R = 27.92%
G = 25.73%
B = 46.35%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#998DFE (or 0x998DFE) is known color: Light Slate Blue. HEX triplet: 99, 8D and FE. RGB value is (153,141,254). Sum of RGB (Red+Green+Blue) = 153+141+254=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #998DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DFE is #667201. Grayscale: #9D9D9D. Windows color (decimal): -6713858 or 16682393. OLE color: 16682393.

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

Color convert

RGB 153 141 254 -
CMYK 0.40 0.44 0 0.00
HSL 246.37º 0.98% 0.77% -
HSV(B) 246.37º 0.44% 1% -
XYZ 40.55 32.98 97.99 -
YUV 157.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 153 141 254 0.40 0.44 0 0.00 246.37 0.98 0.77
Hex 99 8D FE 28 2C 0 0 F6 62 4D
Octal 231 215 376 50 54 0 0 366 142 115
Binary 10011001 10001101 11111110 101000 101100 0 0 11110110 1100010 1001101

Color Harmonies of #998DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DFE

Black with #998DFE

Text Example


Text Example

White with #998DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998DFE; }

 p { color: rgb(153,141,254); }

 H1.HeaderClassName
 {
   color: #998DFE;
 }
 .AnyTagClassName
 {
   color: #998DFE;
 }
</style>

background-color css

<style>
 a { background-color: #998DFE; }

 a { background-color: rgb(153,141,254); }

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

border-color css

<style>
 span { border-color: #998DFE; }

 span { border-color: rgb(153,141,254); }

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