Html Css Color HEX #9987F2 Light Slate Blue

📋 copy color: '#9987F2'

red 153 ◦ green 135 ◦ blue 242

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

Shades of Light Slate Blue #9987F2

Tints of Light Slate Blue #9987F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.66%

R = 28.87%
G = 25.47%
B = 45.66%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9987F2 (or 0x9987F2) is known color: Light Slate Blue. HEX triplet: 99, 87 and F2. RGB value is (153,135,242). Sum of RGB (Red+Green+Blue) = 153+135+242=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #9987F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9987F2 is #66780D. Grayscale: #989898. Windows color (decimal): -6715406 or 15894425. OLE color: 15894425.

HSL color Cylindrical-coordinate representation of color #9987F2: hue angle of 250.09º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9987F2 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 135 242 -
CMYK 0.37 0.44 0 0.05
HSL 250.09º 0.8% 0.74% -
HSV(B) 250.09º 0.44% 0.95% -
XYZ 37.83 30.51 87.9 -
YUV 152.58 178.46 128.3 -
System Red Green Blue C M Y K H S L
Decimal 153 135 242 0.37 0.44 0 0.05 250.09 0.8 0.74
Hex 99 87 F2 25 2C 0 5 FA 50 4A
Octal 231 207 362 45 54 0 5 372 120 112
Binary 10011001 10000111 11110010 100101 101100 0 101 11111010 1010000 1001010

Color Harmonies of #9987F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987F2

Black with #9987F2

Text Example


Text Example

White with #9987F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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