Html Css Color HEX #998DFC Light Slate Blue

📋 copy color: '#998DFC'

red 153 ◦ green 141 ◦ blue 252

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

Shades of Light Slate Blue #998DFC

Tints of Light Slate Blue #998DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 28.02%
G = 25.82%
B = 46.15%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#998DFC (or 0x998DFC) is known color: Light Slate Blue. HEX triplet: 99, 8D and FC. RGB value is (153,141,252). Sum of RGB (Red+Green+Blue) = 153+141+252=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #998DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DFC is #667203. Grayscale: #9C9C9C. Windows color (decimal): -6713860 or 16551321. OLE color: 16551321.

HSL color Cylindrical-coordinate representation of color #998DFC: hue angle of 246.49º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998DFC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 141 252 -
CMYK 0.39 0.44 0 0.01
HSL 246.49º 0.95% 0.77% -
HSV(B) 246.49º 0.44% 0.99% -
XYZ 40.23 32.85 96.32 -
YUV 157.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 153 141 252 0.39 0.44 0 0.01 246.49 0.95 0.77
Hex 99 8D FC 27 2C 0 1 F6 5F 4D
Octal 231 215 374 47 54 0 1 366 137 115
Binary 10011001 10001101 11111100 100111 101100 0 1 11110110 1011111 1001101

Color Harmonies of #998DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DFC

Black with #998DFC

Text Example


Text Example

White with #998DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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