Html Css Color HEX #998DF1 Light Slate Blue

📋 copy color: '#998DF1'

red 153 ◦ green 141 ◦ blue 241

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

Shades of Light Slate Blue #998DF1

Tints of Light Slate Blue #998DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 28.6%
G = 26.36%
B = 45.05%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#998DF1 (or 0x998DF1) is known color: Light Slate Blue. HEX triplet: 99, 8D and F1. RGB value is (153,141,241). Sum of RGB (Red+Green+Blue) = 153+141+241=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #998DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DF1 is #66720E. Grayscale: #9B9B9B. Windows color (decimal): -6713871 or 15830425. OLE color: 15830425.

HSL color Cylindrical-coordinate representation of color #998DF1: hue angle of 247.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #998DF1 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 141 241 -
CMYK 0.37 0.41 0 0.05
HSL 247.2º 0.78% 0.75% -
HSV(B) 247.2º 0.41% 0.95% -
XYZ 38.54 32.17 87.4 -
YUV 155.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 153 141 241 0.37 0.41 0 0.05 247.2 0.78 0.75
Hex 99 8D F1 25 29 0 5 F7 4E 4B
Octal 231 215 361 45 51 0 5 367 116 113
Binary 10011001 10001101 11110001 100101 101001 0 101 11110111 1001110 1001011

Color Harmonies of #998DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DF1

Black with #998DF1

Text Example


Text Example

White with #998DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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