#8680FB

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

Shades of Light Slate Blue #8680FB

Tints of Light Slate Blue #8680FB

Color information

#8680FB (or 0x8680FB) is unknown color: approx Light Slate Blue. HEX triplet: 86, 80 and FB. RGB value is (134,128,251). Sum of RGB (Red+Green+Blue) = 134+128+251=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #8680FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8680FB is #797F04. Grayscale: #8F8F8F. Windows color (decimal): -7962373 or 16482438. OLE color: 16482438.

HSL color Cylindrical-coordinate representation of color #8680FB: hue angle of 242.93º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8680FB is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134128251-
CMYK0.470.4900.02
HSL242.93º93.89%74.31%-
HSV(B)242.93º49%98.43%-
XYZ34.9627.4794.73-
YUV143.82188.49121-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 251 (98.44% from 255) = 48.93%
R=26.12%
G=24.95%
B=48.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341282510.470.4900.02242.9393.8974.31
Hex8680FB2F3102f35e4a
Octal206200373576102363136112
Binary1000011010000000111110111011111100010101111001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8680FB; }

 p { color: rgb(134,128,251); }

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

<style>
 a { background-color: #8680FB; }

 a { background-color: rgb(134,128,251); }

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

<style>
 span { border-color: #8680FB; }

 span { border-color: rgb(134,128,251); }

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