#8789F1

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

Shades of Light Slate Blue #8789F1

Tints of Light Slate Blue #8789F1

Color information

#8789F1 (or 0x8789F1) is unknown color: approx Light Slate Blue. HEX triplet: 87, 89 and F1. RGB value is (135,137,241). Sum of RGB (Red+Green+Blue) = 135+137+241=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #8789F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8789F1 is #78760E. Grayscale: #939393. Windows color (decimal): -7894543 or 15829383. OLE color: 15829383.

HSL color Cylindrical-coordinate representation of color #8789F1: hue angle of 238.87º degrees, saturation: 0.79, 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 #8789F1 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135137241-
CMYK0.440.4300.05
HSL238.87º79.1%73.73%-
HSV(B)238.87º43.98%94.51%-
XYZ34.8129.3987.06-
YUV148.26180.34118.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.32%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=26.32%
G=26.71%
B=46.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351372410.440.4300.05238.8779.173.73
Hex8789F12C2B05ef4f4a
Octal207211361545305357117112
Binary10000111100010011111000110110010101101011110111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8789F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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