Html Css Color HEX #998BFC Light Slate Blue

📋 copy color: '#998BFC'

red 153 ◦ green 139 ◦ blue 252

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

Shades of Light Slate Blue #998BFC

Tints of Light Slate Blue #998BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.55%

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

R = 28.13%
G = 25.55%
B = 46.32%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#998BFC (or 0x998BFC) is known color: Light Slate Blue. HEX triplet: 99, 8B and FC. RGB value is (153,139,252). Sum of RGB (Red+Green+Blue) = 153+139+252=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #998BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BFC is #667403. Grayscale: #9B9B9B. Windows color (decimal): -6714372 or 16550809. OLE color: 16550809.

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

Color convert

RGB 153 139 252 -
CMYK 0.39 0.45 0 0.01
HSL 247.43º 0.95% 0.77% -
HSV(B) 247.43º 0.45% 0.99% -
XYZ 39.94 32.27 96.22 -
YUV 156.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 153 139 252 0.39 0.45 0 0.01 247.43 0.95 0.77
Hex 99 8B FC 27 2D 0 1 F7 5F 4D
Octal 231 213 374 47 55 0 1 367 137 115
Binary 10011001 10001011 11111100 100111 101101 0 1 11110111 1011111 1001101

Color Harmonies of #998BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BFC

Black with #998BFC

Text Example


Text Example

White with #998BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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