#9787F2

Color #9787F2 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9787F2

Tints of Light Slate Blue #9787F2

Color information

#9787F2 (or 0x9787F2) is unknown color: approx Light Slate Blue. HEX triplet: 97, 87 and F2. RGB value is (151,135,242). Sum of RGB (Red+Green+Blue) = 151+135+242=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #9787F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9787F2 is #68780D. Grayscale: #979797. Windows color (decimal): -6846478 or 15894423. OLE color: 15894423.

HSL color Cylindrical-coordinate representation of color #9787F2: hue angle of 248.97º 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 #9787F2 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151135242-
CMYK0.380.4400.05
HSL248.97º80.45%73.92%-
HSV(B)248.97º44.21%94.9%-
XYZ37.4530.3287.88-
YUV151.98178.8127.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.60%
GREEN value IS 135 (53.12% from 255) = 25.57%
BLUE value IS 242 (94.92% from 255) = 45.83%
R=28.60%
G=25.57%
B=45.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511352420.380.4400.05248.9780.4573.92
Hex9787F2262C05f9504a
Octal227207362465405371120112
Binary10010111100001111111001010011010110001011111100110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9787F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9787F2;
 }
 .AnyTagClassName
 {
   color: #9787F2;
 }
</style>
background-color css

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

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

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

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

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

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