#9788FE

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

Shades of Light Slate Blue #9788FE

Tints of Light Slate Blue #9788FE

Color information

#9788FE (or 0x9788FE) is unknown color: approx Light Slate Blue. HEX triplet: 97, 88 and FE. RGB value is (151,136,254). Sum of RGB (Red+Green+Blue) = 151+136+254=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #9788FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9788FE is #687701. Grayscale: #999999. Windows color (decimal): -6846210 or 16681111. OLE color: 16681111.

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

Color convert

RGB151136254-
CMYK0.410.4600.00
HSL247.63º98.33%76.47%-
HSV(B)247.63º46.46%99.61%-
XYZ39.4631.3497.74-
YUV153.94184.47125.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.91%
GREEN value IS 136 (53.52% from 255) = 25.14%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=27.91%
G=25.14%
B=46.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511362540.410.4600.00247.6398.3376.47
Hex9788FE292E00f8624c
Octal227210376515600370142114
Binary100101111000100011111110101001101110001111100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9788FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,136,254); }

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

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

 a { background-color: rgb(151,136,254); }

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

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

 span { border-color: rgb(151,136,254); }

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