#8681FF

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

Shades of Light Slate Blue #8681FF

Tints of Light Slate Blue #8681FF

Color information

#8681FF (or 0x8681FF) is unknown color: approx Light Slate Blue. HEX triplet: 86, 81 and FF. RGB value is (134,129,255). Sum of RGB (Red+Green+Blue) = 134+129+255=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #8681FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8681FF is #797E00. Grayscale: #909090. Windows color (decimal): -7962113 or 16744838. OLE color: 16744838.

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

Color convert

RGB134129255-
CMYK0.470.4900
HSL242.38º100%75.29%-
HSV(B)242.38º49.41%100%-
XYZ35.7327.9998.13-
YUV144.86190.16120.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.87%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 255 (100% from 255) = 49.23%
R=25.87%
G=24.90%
B=49.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1341292550.470.4900242.3810075.29
Hex8681FF2F3100f2644b
Octal206201377576100362144113
Binary100001101000000111111111101111110001001111001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8681FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8681FF; }

 p { color: rgb(134,129,255); }

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

<style>
 a { background-color: #8681FF; }

 a { background-color: rgb(134,129,255); }

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

<style>
 span { border-color: #8681FF; }

 span { border-color: rgb(134,129,255); }

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