Html Css Color HEX #998FFE Light Slate Blue

📋 copy color: '#998FFE'

red 153 ◦ green 143 ◦ blue 254

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

Shades of Light Slate Blue #998FFE

Tints of Light Slate Blue #998FFE

RGB

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

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

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

R = 27.82%
G = 26%
B = 46.18%

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

#998FFE (or 0x998FFE) is known color: Light Slate Blue. HEX triplet: 99, 8F and FE. RGB value is (153,143,254). Sum of RGB (Red+Green+Blue) = 153+143+254=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #998FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FFE is #667001. Grayscale: #9E9E9E. Windows color (decimal): -6713346 or 16682905. OLE color: 16682905.

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

Color convert

RGB 153 143 254 -
CMYK 0.40 0.44 0 0.00
HSL 245.41º 0.98% 0.78% -
HSV(B) 245.41º 0.44% 1% -
XYZ 40.85 33.57 98.09 -
YUV 158.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 153 143 254 0.40 0.44 0 0.00 245.41 0.98 0.78
Hex 99 8F FE 28 2C 0 0 F5 62 4E
Octal 231 217 376 50 54 0 0 365 142 116
Binary 10011001 10001111 11111110 101000 101100 0 0 11110101 1100010 1001110

Color Harmonies of #998FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998FFE

Black with #998FFE

Text Example


Text Example

White with #998FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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