Html Css Color HEX #998EF2 Light Slate Blue

📋 copy color: '#998EF2'

red 153 ◦ green 142 ◦ blue 242

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

Shades of Light Slate Blue #998EF2

Tints of Light Slate Blue #998EF2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.44%

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 28.49%
G = 26.44%
B = 45.07%

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

#998EF2 (or 0x998EF2) is known color: Light Slate Blue. HEX triplet: 99, 8E and F2. RGB value is (153,142,242). Sum of RGB (Red+Green+Blue) = 153+142+242=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #998EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EF2 is #66710D. Grayscale: #9C9C9C. Windows color (decimal): -6713614 or 15896217. OLE color: 15896217.

HSL color Cylindrical-coordinate representation of color #998EF2: hue angle of 246.6º degrees, saturation: 0.79, 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 #998EF2 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 142 242 -
CMYK 0.37 0.41 0 0.05
HSL 246.6º 0.79% 0.75% -
HSV(B) 246.6º 0.41% 0.95% -
XYZ 38.84 32.53 88.24 -
YUV 156.69 176.14 125.37 -
System Red Green Blue C M Y K H S L
Decimal 153 142 242 0.37 0.41 0 0.05 246.6 0.79 0.75
Hex 99 8E F2 25 29 0 5 F7 4F 4B
Octal 231 216 362 45 51 0 5 367 117 113
Binary 10011001 10001110 11110010 100101 101001 0 101 11110111 1001111 1001011

Color Harmonies of #998EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998EF2

Black with #998EF2

Text Example


Text Example

White with #998EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,242); }

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

background-color css

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

 a { background-color: rgb(153,142,242); }

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

border-color css

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

 span { border-color: rgb(153,142,242); }

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