Html Css Color HEX #9987FE Light Slate Blue

📋 copy color: '#9987FE'

red 153 ◦ green 135 ◦ blue 254

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

Shades of Light Slate Blue #9987FE

Tints of Light Slate Blue #9987FE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.91%

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 28.23%
G = 24.91%
B = 46.86%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9987FE (or 0x9987FE) is known color: Light Slate Blue. HEX triplet: 99, 87 and FE. RGB value is (153,135,254). Sum of RGB (Red+Green+Blue) = 153+135+254=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #9987FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9987FE is #667801. Grayscale: #999999. Windows color (decimal): -6715394 or 16680857. OLE color: 16680857.

HSL color Cylindrical-coordinate representation of color #9987FE: hue angle of 249.08º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9987FE is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 135 254 -
CMYK 0.40 0.47 0 0.00
HSL 249.08º 0.98% 0.76% -
HSV(B) 249.08º 0.47% 1% -
XYZ 39.69 31.26 97.71 -
YUV 153.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 153 135 254 0.40 0.47 0 0.00 249.08 0.98 0.76
Hex 99 87 FE 28 2F 0 0 F9 62 4C
Octal 231 207 376 50 57 0 0 371 142 114
Binary 10011001 10000111 11111110 101000 101111 0 0 11111001 1100010 1001100

Color Harmonies of #9987FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987FE

Black with #9987FE

Text Example


Text Example

White with #9987FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9987FE; }

 p { color: rgb(153,135,254); }

 H1.HeaderClassName
 {
   color: #9987FE;
 }
 .AnyTagClassName
 {
   color: #9987FE;
 }
</style>

background-color css

<style>
 a { background-color: #9987FE; }

 a { background-color: rgb(153,135,254); }

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

border-color css

<style>
 span { border-color: #9987FE; }

 span { border-color: rgb(153,135,254); }

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