Html Css Color HEX #987DF3 Light Slate Blue

📋 copy color: '#987DF3'

red 152 ◦ green 125 ◦ blue 243

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

Shades of Light Slate Blue #987DF3

Tints of Light Slate Blue #987DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.04%

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

R = 29.23%
G = 24.04%
B = 46.73%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#987DF3 (or 0x987DF3) is known color: Light Slate Blue. HEX triplet: 98, 7D and F3. RGB value is (152,125,243). Sum of RGB (Red+Green+Blue) = 152+125+243=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #987DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DF3 is #67820C. Grayscale: #929292. Windows color (decimal): -6783501 or 15957400. OLE color: 15957400.

HSL color Cylindrical-coordinate representation of color #987DF3: hue angle of 253.73º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #987DF3 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 125 243 -
CMYK 0.37 0.49 0 0.05
HSL 253.73º 0.83% 0.72% -
HSV(B) 253.73º 0.49% 0.95% -
XYZ 36.46 27.81 88.24 -
YUV 146.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 152 125 243 0.37 0.49 0 0.05 253.73 0.83 0.72
Hex 98 7D F3 25 31 0 5 FE 53 48
Octal 230 175 363 45 61 0 5 376 123 110
Binary 10011000 1111101 11110011 100101 110001 0 101 11111110 1010011 1001000

Color Harmonies of #987DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DF3

Black with #987DF3

Text Example


Text Example

White with #987DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987DF3; }

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

 H1.HeaderClassName
 {
   color: #987DF3;
 }
 .AnyTagClassName
 {
   color: #987DF3;
 }
</style>

background-color css

<style>
 a { background-color: #987DF3; }

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

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

border-color css

<style>
 span { border-color: #987DF3; }

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

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