#8680FA

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

Shades of Light Slate Blue #8680FA

Tints of Light Slate Blue #8680FA

Color information

#8680FA (or 0x8680FA) is unknown color: approx Light Slate Blue. HEX triplet: 86, 80 and FA. RGB value is (134,128,250). Sum of RGB (Red+Green+Blue) = 134+128+250=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #8680FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8680FA is #797F05. Grayscale: #8F8F8F. Windows color (decimal): -7962374 or 16416902. OLE color: 16416902.

HSL color Cylindrical-coordinate representation of color #8680FA: hue angle of 242.95º degrees, saturation: 0.92, 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 #8680FA is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134128250-
CMYK0.460.4900.02
HSL242.95º92.42%74.12%-
HSV(B)242.95º48.8%98.04%-
XYZ34.8127.4193.9-
YUV143.7187.99121.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=26.17%
G=25%
B=48.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341282500.460.4900.02242.9592.4274.12
Hex8680FA2E3102f35c4a
Octal206200372566102363134112
Binary1000011010000000111110101011101100010101111001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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