Html Css Color HEX #988AF3 Light Slate Blue

📋 copy color: '#988AF3'

red 152 ◦ green 138 ◦ blue 243

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

Shades of Light Slate Blue #988AF3

Tints of Light Slate Blue #988AF3

RGB

 RED value IS 152 (59.77% from 255) = 28.52%

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

 BLUE value IS 243 (95.31% from 255) = 45.59%

R = 28.52%
G = 25.89%
B = 45.59%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#988AF3 (or 0x988AF3) is known color: Light Slate Blue. HEX triplet: 98, 8A and F3. RGB value is (152,138,243). Sum of RGB (Red+Green+Blue) = 152+138+243=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #988AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988AF3 is #67750C. Grayscale: #999999. Windows color (decimal): -6780173 or 15960728. OLE color: 15960728.

HSL color Cylindrical-coordinate representation of color #988AF3: hue angle of 248º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988AF3 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 138 243 -
CMYK 0.37 0.43 0 0.05
HSL 248º 0.81% 0.75% -
HSV(B) 248º 0.43% 0.95% -
XYZ 38.22 31.32 88.83 -
YUV 154.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 152 138 243 0.37 0.43 0 0.05 248 0.81 0.75
Hex 98 8A F3 25 2B 0 5 F8 51 4B
Octal 230 212 363 45 53 0 5 370 121 113
Binary 10011000 10001010 11110011 100101 101011 0 101 11111000 1010001 1001011

Color Harmonies of #988AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AF3

Black with #988AF3

Text Example


Text Example

White with #988AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988AF3; }

 p { color: rgb(152,138,243); }

 H1.HeaderClassName
 {
   color: #988AF3;
 }
 .AnyTagClassName
 {
   color: #988AF3;
 }
</style>

background-color css

<style>
 a { background-color: #988AF3; }

 a { background-color: rgb(152,138,243); }

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

border-color css

<style>
 span { border-color: #988AF3; }

 span { border-color: rgb(152,138,243); }

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