Html Css Color HEX #988AFA Light Slate Blue

📋 copy color: '#988AFA'

red 152 ◦ green 138 ◦ blue 250

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

Shades of Light Slate Blue #988AFA

Tints of Light Slate Blue #988AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 28.15%
G = 25.56%
B = 46.3%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#988AFA (or 0x988AFA) is known color: Light Slate Blue. HEX triplet: 98, 8A and FA. RGB value is (152,138,250). Sum of RGB (Red+Green+Blue) = 152+138+250=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #988AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988AFA is #677505. Grayscale: #9A9A9A. Windows color (decimal): -6780166 or 16419480. OLE color: 16419480.

HSL color Cylindrical-coordinate representation of color #988AFA: hue angle of 247.5º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #988AFA is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 138 250 -
CMYK 0.39 0.45 0 0.02
HSL 247.5º 0.92% 0.76% -
HSV(B) 247.5º 0.45% 0.98% -
XYZ 39.29 31.75 94.5 -
YUV 154.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 152 138 250 0.39 0.45 0 0.02 247.5 0.92 0.76
Hex 98 8A FA 27 2D 0 2 F8 5C 4C
Octal 230 212 372 47 55 0 2 370 134 114
Binary 10011000 10001010 11111010 100111 101101 0 10 11111000 1011100 1001100

Color Harmonies of #988AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AFA

Black with #988AFA

Text Example


Text Example

White with #988AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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