#8782FD

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

Shades of Light Slate Blue #8782FD

Tints of Light Slate Blue #8782FD

Color information

#8782FD (or 0x8782FD) is unknown color: approx Light Slate Blue. HEX triplet: 87, 82 and FD. RGB value is (135,130,253). Sum of RGB (Red+Green+Blue) = 135+130+253=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #8782FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8782FD is #787D02. Grayscale: #919191. Windows color (decimal): -7896323 or 16614023. OLE color: 16614023.

HSL color Cylindrical-coordinate representation of color #8782FD: hue angle of 242.44º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8782FD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135130253-
CMYK0.470.4900.01
HSL242.44º96.85%75.1%-
HSV(B)242.44º48.62%99.22%-
XYZ35.728.2196.49-
YUV145.52188.66120.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.06%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 253 (99.22% from 255) = 48.84%
R=26.06%
G=25.10%
B=48.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351302530.470.4900.01242.4496.8575.1
Hex8782FD2F3101f2614b
Octal207202375576101362141113
Binary100001111000001011111101101111110001011111001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8782FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8782FD; }

 p { color: rgb(135,130,253); }

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

<style>
 a { background-color: #8782FD; }

 a { background-color: rgb(135,130,253); }

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

<style>
 span { border-color: #8782FD; }

 span { border-color: rgb(135,130,253); }

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