#8789F5

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

Shades of Light Slate Blue #8789F5

Tints of Light Slate Blue #8789F5

Color information

#8789F5 (or 0x8789F5) is unknown color: approx Light Slate Blue. HEX triplet: 87, 89 and F5. RGB value is (135,137,245). Sum of RGB (Red+Green+Blue) = 135+137+245=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #8789F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8789F5 is #78760A. Grayscale: #949494. Windows color (decimal): -7894539 or 16091527. OLE color: 16091527.

HSL color Cylindrical-coordinate representation of color #8789F5: hue angle of 238.91º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8789F5 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135137245-
CMYK0.450.4400.04
HSL238.91º84.62%74.51%-
HSV(B)238.91º44.9%96.08%-
XYZ35.4229.6390.24-
YUV148.71182.34118.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.11%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 245 (96.09% from 255) = 47.39%
R=26.11%
G=26.50%
B=47.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351372450.450.4400.04238.9184.6274.51
Hex8789F52D2C04ef554b
Octal207211365555404357125113
Binary10000111100010011111010110110110110001001110111110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8789F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8789F5; }

 p { color: rgb(135,137,245); }

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

<style>
 a { background-color: #8789F5; }

 a { background-color: rgb(135,137,245); }

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

<style>
 span { border-color: #8789F5; }

 span { border-color: rgb(135,137,245); }

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