#8679FA

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

Shades of Light Slate Blue #8679FA

Tints of Light Slate Blue #8679FA

Color information

#8679FA (or 0x8679FA) is unknown color: approx Light Slate Blue. HEX triplet: 86, 79 and FA. RGB value is (134,121,250). Sum of RGB (Red+Green+Blue) = 134+121+250=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #8679FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8679FA is #798605. Grayscale: #8B8B8B. Windows color (decimal): -7964166 or 16415110. OLE color: 16415110.

HSL color Cylindrical-coordinate representation of color #8679FA: hue angle of 246.05º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8679FA is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134121250-
CMYK0.460.5200.02
HSL246.05º92.81%72.75%-
HSV(B)246.05º51.6%98.04%-
XYZ33.9225.6593.6-
YUV139.59190.31124.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.53%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 250 (98.05% from 255) = 49.50%
R=26.53%
G=23.96%
B=49.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341212500.460.5200.02246.0592.8172.75
Hex8679FA2E3402f65d49
Octal206171372566402366135111
Binary100001101111001111110101011101101000101111011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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