#9788EF

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

Shades of Light Slate Blue #9788EF

Tints of Light Slate Blue #9788EF

Color information

#9788EF (or 0x9788EF) is unknown color: approx Light Slate Blue. HEX triplet: 97, 88 and EF. RGB value is (151,136,239). Sum of RGB (Red+Green+Blue) = 151+136+239=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #9788EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9788EF is #687710. Grayscale: #979797. Windows color (decimal): -6846225 or 15698071. OLE color: 15698071.

HSL color Cylindrical-coordinate representation of color #9788EF: hue angle of 248.74º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9788EF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151136239-
CMYK0.370.4300.06
HSL248.74º76.3%73.53%-
HSV(B)248.74º43.1%93.73%-
XYZ37.1530.4285.58-
YUV152.23176.97127.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.71%
GREEN value IS 136 (53.52% from 255) = 25.86%
BLUE value IS 239 (93.75% from 255) = 45.44%
R=28.71%
G=25.86%
B=45.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1511362390.370.4300.06248.7476.373.53
Hex9788EF252B06f94c4a
Octal227210357455306371114112
Binary10010111100010001110111110010110101101101111100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9788EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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