Html Css Color HEX #998AFF Light Slate Blue

📋 copy color: '#998AFF'

red 153 ◦ green 138 ◦ blue 255

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

Shades of Light Slate Blue #998AFF

Tints of Light Slate Blue #998AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.27%

 BLUE value IS 255 (100% from 255) = 46.7%

R = 28.02%
G = 25.27%
B = 46.7%

CMYK

 C value IS 0.4

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#998AFF (or 0x998AFF) is known color: Light Slate Blue. HEX triplet: 99, 8A and FF. RGB value is (153,138,255). Sum of RGB (Red+Green+Blue) = 153+138+255=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #998AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998AFF is #667500. Grayscale: #9B9B9B. Windows color (decimal): -6714625 or 16747161. OLE color: 16747161.

HSL color Cylindrical-coordinate representation of color #998AFF: hue angle of 247.69º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #998AFF is Cyan = 0.4, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 138 255 -
CMYK 0.4 0.46 0 0
HSL 247.69º 1% 0.77% -
HSV(B) 247.69º 0.46% 1% -
XYZ 40.28 32.17 98.69 -
YUV 155.82 183.97 125.99 -
System Red Green Blue C M Y K H S L
Decimal 153 138 255 0.4 0.46 0 0 247.69 1 0.77
Hex 99 8A FF 28 2E 0 0 F8 64 4D
Octal 231 212 377 50 56 0 0 370 144 115
Binary 10011001 10001010 11111111 101000 101110 0 0 11111000 1100100 1001101

Color Harmonies of #998AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998AFF

Black with #998AFF

Text Example


Text Example

White with #998AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,138,255); }

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

background-color css

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

 a { background-color: rgb(153,138,255); }

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

border-color css

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

 span { border-color: rgb(153,138,255); }

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